treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -31,7 +31,7 @@ in {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Request backlog for IRC channels.";
|
||||
homepage = https://github.com/fruitiex/znc-backlog/;
|
||||
homepage = "https://github.com/fruitiex/znc-backlog/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ infinisil ];
|
||||
};
|
||||
@@ -51,7 +51,7 @@ in {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "ZNC module for client specific buffers";
|
||||
homepage = https://github.com/jpnurmi/znc-clientbuffer;
|
||||
homepage = "https://github.com/jpnurmi/znc-clientbuffer";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ hrdinka ];
|
||||
};
|
||||
@@ -71,7 +71,7 @@ in {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "ZNC clientaway module";
|
||||
homepage = https://github.com/kylef/znc-contrib;
|
||||
homepage = "https://github.com/kylef/znc-contrib";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ kiwi ];
|
||||
};
|
||||
@@ -92,7 +92,7 @@ in {
|
||||
|
||||
meta = {
|
||||
description = "ZNC FiSH module";
|
||||
homepage = https://github.com/dctrwatson/znc-fish;
|
||||
homepage = "https://github.com/dctrwatson/znc-fish";
|
||||
maintainers = [ stdenv.lib.maintainers.offline ];
|
||||
};
|
||||
};
|
||||
@@ -111,7 +111,7 @@ in {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "ZNC ignore module";
|
||||
homepage = https://github.com/kylef/znc-contrib;
|
||||
homepage = "https://github.com/kylef/znc-contrib";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ kiwi ];
|
||||
};
|
||||
@@ -151,7 +151,7 @@ in {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An advanced playback module for ZNC";
|
||||
homepage = https://github.com/jpnurmi/znc-playback;
|
||||
homepage = "https://github.com/jpnurmi/znc-playback";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ hrdinka ];
|
||||
};
|
||||
@@ -171,7 +171,7 @@ in {
|
||||
|
||||
meta = {
|
||||
description = "ZNC privmsg module";
|
||||
homepage = https://github.com/kylef/znc-contrib;
|
||||
homepage = "https://github.com/kylef/znc-contrib";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -189,7 +189,7 @@ in {
|
||||
|
||||
meta = {
|
||||
description = "Push notification service module for ZNC";
|
||||
homepage = https://github.com/jreese/znc-push;
|
||||
homepage = "https://github.com/jreese/znc-push";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = with stdenv.lib.maintainers; [ offline schneefux ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user