treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
homepage = http://frodo.looijaard.name/project/getopt;
|
||||
homepage = "http://frodo.looijaard.name/project/getopt";
|
||||
description = "Parses command-line arguments from shell scripts";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user