]> Cypherpunks repositories - goircd.git/commitdiff
Change namespace because of domain expiration v2.0.0
authorSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:03:52 +0000 (15:03 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:03:52 +0000 (15:03 +0300)
INSTALL
go.mod

diff --git a/INSTALL b/INSTALL
index 07215652b6622de2783566ce25c55bd9718a09ae..7f2b53d40939e11f151b18dd5a6aa5de274245f9 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.ru/goircd@latest
+    $ go install go.cypherpunks.su/goircd/v2@latest
 
 or manually:
 
-    $ git clone git://git.cypherpunks.ru/goircd.git
+    $ git clone git://git.cypherpunks.su/goircd.git
     $ cd goircd
     $ go build
     $ ./goircd -help
diff --git a/go.mod b/go.mod
index d730ce9947a2a92fbbca5c17da6f6b1976808423..c457830bffa92e3a7d8ca1cc563e60c9123465cf 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module go.cypherpunks.ru/goircd
+module go.cypherpunks.su/goircd/v2
 
 go 1.20