From 5e8c7c1c967f01f588655aced32b6b4ca6408850 Mon Sep 17 00:00:00 2001 From: bt Date: Tue, 31 Mar 2026 09:06:24 +0200 Subject: [all] Change Go package name, bump Go version --- cmd/client/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/client') 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 ( -- cgit v1.2.3