treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "bitsnbots-20111230";
src = fetchurl {
url = http://moikmellah.org/downloads/bitsnbots/bitsnbots.source.tgz;
url = "http://moikmellah.org/downloads/bitsnbots/bitsnbots.source.tgz";
sha256 = "1iiclm6bfpp2p6d692hpnw25xyr48ki1xkcxa7fvh5b7m1519gsp";
};
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Simple puzzle game with moving robots";
homepage = http://moikmellah.org/blog/?page_id=19;
homepage = "http://moikmellah.org/blog/?page_id=19";
license = stdenv.lib.licenses.gpl3Plus;
platforms = with stdenv.lib.platforms; linux;
};