From: Sergey Matveev Date: Mon, 23 Mar 2026 10:04:44 +0000 (+0300) Subject: Move to stargrave.org X-Git-Tag: v3.0.0^0 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=69af51b6bd4348e3613c5dd8e265068d84b8f2ec;p=goircd.git Move to stargrave.org --- diff --git a/INSTALL b/INSTALL index 7f2b53d..95aa57a 100644 --- 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 c457830..f4fcf2d 100644 --- 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