INSTALL | 4 ++-- go.mod | 2 +- diff --git a/INSTALL b/INSTALL index d29359f22a9293c3029f0ea8c701018bdbc1743f0d0fccc56a4bf1f3214e7554..26720febcabf5fec654707915997c48f3e4a190d186758372afbe453a512a346 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 3a8b72afd5b6af7cb9a9b88d651ff3b8d13479be7ade9de64fd24ae2d7834a7c..ac9426a20c35b04b8509b7871e9e107163087b02a09af07d695d1908c1ad88e1 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