treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "ri_li-2.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/ri-li/Ri-li-2.0.1.tar.bz2;
|
||||
url = "mirror://sourceforge/ri-li/Ri-li-2.0.1.tar.bz2";
|
||||
sha256 = "f71ccc20c37c601358d963e087ac0d524de8c68e96df09c3aac1ae65edd38dbd";
|
||||
};
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ SDL SDL_mixer ];
|
||||
|
||||
meta = {
|
||||
homepage = http://ri-li.sourceforge.net;
|
||||
homepage = "http://ri-li.sourceforge.net";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
description = "A children's train game";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user