diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/client/main.go | 4 | ||||
| -rw-r--r-- | cmd/daemon/main.go | 2 | ||||
| -rw-r--r-- | cmd/test/main.go | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/cmd/client/main.go b/cmd/client/main.go index 8c2258a..061efdc 100644 --- a/cmd/client/main.go +++ b/cmd/client/main.go @@ -7,8 +7,8 @@ import ( "strings" "time" - "git.sr.ht/~rctt/solec/core" - "git.sr.ht/~rctt/solec/prompt" + "git.rctt.net/solec/core" + "git.rctt.net/solec/prompt" ) var ( diff --git a/cmd/daemon/main.go b/cmd/daemon/main.go index d0e4d1c..f1fa9b1 100644 --- a/cmd/daemon/main.go +++ b/cmd/daemon/main.go @@ -10,7 +10,7 @@ import ( "slices" "strings" - "git.sr.ht/~rctt/solec/server" + "git.rctt.net/solec/server" ) var ( diff --git a/cmd/test/main.go b/cmd/test/main.go index 05768ea..37c226c 100644 --- a/cmd/test/main.go +++ b/cmd/test/main.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "git.sr.ht/~rctt/solec/core" + "git.rctt.net/solec/core" ) func main() { |
