diff options
Diffstat (limited to 'svc/init.go')
-rw-r--r-- | svc/init.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svc/init.go b/svc/init.go index 00e107b..3f9d505 100644 --- a/svc/init.go +++ b/svc/init.go @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Getwtxt. If not, see <https://www.gnu.org/licenses/>. */ -package svc // import "github.com/getwtxt/getwtxt/svc" +package svc // import "git.sr.ht/~gbmor/getwtxt/svc" import ( "html/template" @@ -26,7 +26,7 @@ import ( "os/signal" "time" - "github.com/getwtxt/registry" + "git.sr.ht/~gbmor/getwtxt/registry" "github.com/spf13/pflag" ) |