treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user