Treewide: fix URL permanent redirects

Permanent redirects on homepages and/or source URLs
as reported by Repology
This commit is contained in:
c0bw3b
2019-11-16 01:41:23 +01:00
parent a27a14da2a
commit 9367367dfd
53 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "IRCv3 server designed to be highly scalable";
homepage = http://atheme.org/projects/charybdis.html;
homepage = https://github.com/charybdis-ircd/charybdis;
license = licenses.gpl2;
maintainers = with maintainers; [ lassulus fpletz ];
platforms = platforms.unix;