From 69af51b6bd4348e3613c5dd8e265068d84b8f2ec Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 23 Mar 2026 13:04:44 +0300 Subject: [PATCH] Move to stargrave.org --- INSTALL | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.52.0