]> Sergey Matveev's repositories - goircd.git/commitdiff
Move to stargrave.org master v3.0.0
authorSergey Matveev <stargrave@stargrave.org>
Mon, 23 Mar 2026 10:04:44 +0000 (13:04 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 23 Mar 2026 10:04:44 +0000 (13:04 +0300)
INSTALL
go.mod

diff --git a/INSTALL b/INSTALL
index 7f2b53d40939e11f151b18dd5a6aa5de274245f9..95aa57a1ce5f0cbf5a6de25709e2708d9aab8e9f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,11 +1,11 @@
 goircd requires only standard Go's libraries and consists of single main
 package. You can install it like that:
 
-    $ go install go.cypherpunks.su/goircd/v2@latest
+    $ go install go.stargrave.org/goircd/v3@latest
 
 or manually:
 
-    $ git clone git://git.cypherpunks.su/goircd.git
+    $ git clone git://git.stargrave.org/goircd.git
     $ cd goircd
     $ go build
     $ ./goircd -help
diff --git a/go.mod b/go.mod
index c457830bffa92e3a7d8ca1cc563e60c9123465cf..f4fcf2dc5d16ba4738f2cefbe68df95001aefe8c 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module go.cypherpunks.su/goircd/v2
+module go.stargrave.org/goircd/v3
 
 go 1.20