change module name from sr.ht back to github

This commit is contained in:
noury 2023-07-14 14:16:23 +02:00
parent b55740aad7
commit 43f2b32a08
3 changed files with 3 additions and 3 deletions

2
dist/index.html vendored
View file

@ -63,6 +63,6 @@ privacy policy:
this site and its storage are hosted by <a href="https://buyvm.net"/>https://buyvm.net</a> 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: <a href="https://git.sr.ht/~noury/yaf">https://git.sr.ht/~noury/yaf</a>
source: <a href="https://github.com/lyx0/yaf">https://github.com/lyx0/yaf</a>
</pre>
</html>

2
go.mod
View file

@ -1,4 +1,4 @@
module git.sr.ht/~noury/yaf
module github.com/lyx0/yaf
go 1.20

2
jaf.go
View file

@ -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 (