treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Multiplayer remake of ZED";
|
||||
homepage = http://zod.sourceforge.net/;
|
||||
homepage = "http://zod.sourceforge.net/";
|
||||
license = stdenv.lib.licenses.gpl3Plus; /* Says the web */
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user