about summary refs log tree commit diff
path: root/src/main.go
diff options
context:
space:
mode:
authorEmile <git@emile.space>2022-10-20 00:23:00 +0200
committerEmile <git@emile.space>2022-10-20 00:23:00 +0200
commitca7168e5fd58e7060cb41b679cc6284dcac42a06 (patch)
tree1f3bccd2a3cf93d98fde3b9dd2d3807a3080b7b8 /src/main.go
parent3ea5a0c3111365fe8fff1b0bd5121012901a1af5 (diff)
removed the darknebu.la artifacts HEAD main
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.go b/src/main.go
index 5fbd2e9..674e38c 100644
--- a/src/main.go
+++ b/src/main.go
@@ -8,8 +8,8 @@ import (
 	"strings"
 	"syscall"
 
-	"git.darknebu.la/emile/faila/src/http"
-	"git.darknebu.la/emile/faila/src/structs"
+	"git.sr.ht/~hanemile/faila/src/http"
+	"git.sr.ht/~hanemile/faila/src/structs"
 	"github.com/sirupsen/logrus"
 	"github.com/spf13/viper"
 )