treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
meta = with stdenv.lib; {
|
||||
description = "Simple identd that just replies with a random string or customized userid";
|
||||
license = licenses.gpl2;
|
||||
homepage = http://acidhub.click/NullidentdMod;
|
||||
homepage = "http://acidhub.click/NullidentdMod";
|
||||
maintainers = with maintainers; [ das_j ];
|
||||
platforms = platforms.linux; # Must be run by systemd
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user