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 (