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
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
data = fetchzip {
url = http://sites.google.com/a/camanis.net/opentyrian/tyrian/tyrian21.zip;
url = "http://sites.google.com/a/camanis.net/opentyrian/tyrian/tyrian21.zip";
sha256 = "1biz6hf6s7qrwn8ky0g6p8w7yg715w7yklpn6258bkks1s15hpdb";
};
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = {
description = ''Open source port of the game "Tyrian"'';
homepage = https://bitbucket.org/opentyrian/opentyrian;
homepage = "https://bitbucket.org/opentyrian/opentyrian";
# This does not account of Tyrian data.
# license = stdenv.lib.licenses.gpl2;
};