treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Secure replacement for inetd";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
homepage = http://xinetd.org;
|
||||
homepage = "http://xinetd.org";
|
||||
license = stdenv.lib.licenses.free;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user