treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -51,7 +51,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "MegaGlest is an entertaining free (freeware and free software) and open source cross-platform 3D real-time strategy (RTS) game";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
homepage = http://megaglest.org/;
|
||||
homepage = "http://megaglest.org/";
|
||||
maintainers = [ stdenv.lib.maintainers.matejc ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user