tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
charybdis: use new homepage link
Matthew Bauer
8 years ago
82f4a96b
ed180d21
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
irc
charybdis
default.nix
+1
-1
pkgs/servers/irc/charybdis/default.nix
···
26
26
27
27
meta = with stdenv.lib; {
28
28
description = "IRCv3 server designed to be highly scalable";
29
29
-
homepage = http://www.charybdis.io/;
29
29
+
homepage = http://atheme.org/projects/charybdis.html;
30
30
license = licenses.gpl2;
31
31
maintainers = with maintainers; [ lassulus fpletz ];
32
32
platforms = platforms.unix;