mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
change module name from sr.ht back to github
This commit is contained in:
parent
b55740aad7
commit
43f2b32a08
3 changed files with 3 additions and 3 deletions
2
dist/index.html
vendored
2
dist/index.html
vendored
|
@ -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
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.sr.ht/~noury/yaf
|
||||
module github.com/lyx0/yaf
|
||||
|
||||
go 1.20
|
||||
|
||||
|
|
2
jaf.go
2
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 (
|
||||
|
|
Loading…
Reference in a new issue