From: Sergey Matveev Date: Tue, 23 Jul 2024 12:03:52 +0000 (+0300) Subject: Change namespace because of domain expiration X-Git-Tag: v2.0.0^0 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=41d98dd0af31a2ad0d0a9e9311d184bb7fc62e19;p=goircd.git Change namespace because of domain expiration --- diff --git a/INSTALL b/INSTALL index 0721565..7f2b53d 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.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 d730ce9..c457830 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.ru/goircd +module go.cypherpunks.su/goircd/v2 go 1.20