treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -175,6 +175,6 @@ stdenv.mkDerivation rec {
|
||||
# is reasonable and that way the binary cache doesn't get overloaded.
|
||||
hydraPlatforms = lib.optionals (!keepAllPackages) meta.platforms;
|
||||
license = licenses.gpl2;
|
||||
homepage = http://gap-system.org/;
|
||||
homepage = "http://gap-system.org/";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user