diff --git a/dist/index.html b/dist/index.html index 6b3f394..ed055af 100644 --- a/dist/index.html +++ b/dist/index.html @@ -63,6 +63,6 @@ privacy policy: 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]yaf.ee -source: https://git.sr.ht/~noury/yaf +source: https://github.com/lyx0/yaf diff --git a/go.mod b/go.mod index 43c6561..180e890 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.sr.ht/~noury/yaf +module github.com/lyx0/yaf go 1.20 diff --git a/jaf.go b/jaf.go index 7472949..d3f40a2 100644 --- a/jaf.go +++ b/jaf.go @@ -7,9 +7,9 @@ import ( "net/http" "time" - "git.sr.ht/~noury/yaf/fileexpiration" "github.com/julienschmidt/httprouter" "github.com/leon-richardt/jaf/exifscrubber" + "github.com/lyx0/yaf/fileexpiration" ) const (