From 836d2829ce06f43a425d9bc7dc58859748a0802e Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:00:24 +0200 Subject: [PATCH] rename github account --- README.md | 4 ++-- dist/index.html | 2 +- go.mod | 2 +- uploadhandler.go | 4 ++-- yaf.go | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c651b77..ef43cd9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ If you also want to serve the uploaded files, consider a web server like [nginx] ## Installation with docker-compose and local build **Clone** the directory: ```bash -git clone https://github.com/lyx0/yaf.git +git clone https://github.com/nouryxd/yaf.git ``` Run **tests** (optional): ```bash @@ -15,7 +15,7 @@ go test ## Manual Installation **Clone** the directory: ```bash -git clone https://github.com/lyx0/yaf.git +git clone https://github.com/nouryxd/yaf.git ``` **Build** the executable: ```bash diff --git a/dist/index.html b/dist/index.html index fc4b454..c69f861 100644 --- a/dist/index.html +++ b/dist/index.html @@ -59,6 +59,6 @@ terms of service: this site and its storage are hosted by https://buyvm.net in a datacenter located in luxembourg. -------------------------------------------------------------------------------------- if you need to contact me or want your file removed send an email to noury[at]noury.li -source: https://github.com/lyx0/yaf +source: https://github.com/nouryxd/yaf diff --git a/go.mod b/go.mod index 2da7fd7..cec8629 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/lyx0/yaf +module github.com/nouryxd/yaf go 1.20 diff --git a/uploadhandler.go b/uploadhandler.go index e8ccc34..ec88906 100644 --- a/uploadhandler.go +++ b/uploadhandler.go @@ -8,8 +8,8 @@ import ( "net/http" "os" - "github.com/lyx0/yaf/exifscrubber" - "github.com/lyx0/yaf/extdetect" + "github.com/nouryxd/yaf/exifscrubber" + "github.com/nouryxd/yaf/extdetect" ) type uploadHandler struct { diff --git a/yaf.go b/yaf.go index 19273cf..867a01f 100644 --- a/yaf.go +++ b/yaf.go @@ -8,8 +8,8 @@ import ( "time" "github.com/julienschmidt/httprouter" - "github.com/lyx0/yaf/exifscrubber" - "github.com/lyx0/yaf/fileexpiration" + "github.com/nouryxd/yaf/exifscrubber" + "github.com/nouryxd/yaf/fileexpiration" ) const (