From 43f2b32a085c9d5a885a24a259c8b25a7c35d879 Mon Sep 17 00:00:00 2001 From: noury Date: Fri, 14 Jul 2023 14:16:23 +0200 Subject: [PATCH] change module name from sr.ht back to github --- dist/index.html | 2 +- go.mod | 2 +- jaf.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 (