From 24c121a9ef229870f54de487de01c15a15ebbff1 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 31 Jul 2023 18:31:03 +0200 Subject: ref: Move some bin from img to lens --- .builds/alpine.yml | 4 ++-- Makefile | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 3533b2d..0e3dbe9 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -6,7 +6,7 @@ packages: - sqlite-dev sources: - - https://git.sr.ht/~gabrielgio/img + - https://git.sr.ht/~gabrielgio/lens - https://github.com/valyala/quicktemplate.git tasks: - setup: | @@ -14,7 +14,7 @@ tasks: go build -o bin/qtc ./qtc/main.go sudo mv bin/qtc /usr/bin/ - build: | - cd img + cd lens make triggers: - action: email diff --git a/Makefile b/Makefile index d9e89cc..c1deac1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BIN=img +BIN=lens OUT=./bin/$(BIN) SERVER=./cmd/server/main.go diff --git a/README.md b/README.md index 2b58f23..a008d7f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# IMG +# Lens A read only file explorer with media capabilities. -- cgit v1.2.3