aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/games/instead/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/instead/default.nix')
-rw-r--r--nixpkgs/pkgs/games/instead/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/nixpkgs/pkgs/games/instead/default.nix b/nixpkgs/pkgs/games/instead/default.nix
index fff15b5c5b0..f131b920990 100644
--- a/nixpkgs/pkgs/games/instead/default.nix
+++ b/nixpkgs/pkgs/games/instead/default.nix
@@ -6,23 +6,23 @@ let
# I took several games at random from http://instead.syscall.ru/games/
games = [
(fetchurl {
- url = http://instead-games.googlecode.com/files/instead-apple-day-1.2.zip;
+ url = "http://instead-games.googlecode.com/files/instead-apple-day-1.2.zip";
sha256 = "0d4m554hiqmgl4xl0jp0b3bqjl35879768hqznh9y57y04sygd2a";
})
(fetchurl {
- url = http://instead-games.googlecode.com/files/instead-cat_en-1.2.zip;
+ url = "http://instead-games.googlecode.com/files/instead-cat_en-1.2.zip";
sha256 = "0jlm3ssqlka16dm0rg6qfjh6xdh3pv7lj2s4ib4mqwj2vfy0v6sg";
})
(fetchurl {
- url = http://instead-games.googlecode.com/files/instead-vinny-0.1.zip;
+ url = "http://instead-games.googlecode.com/files/instead-vinny-0.1.zip";
sha256 = "15qdbg82zp3a8vz4qxminr0xbzbdpnsciliy2wm3raz4hnadawg1";
})
(fetchurl {
- url = http://instead-games.googlecode.com/files/instead-toilet3in1-1.2.zip;
+ url = "http://instead-games.googlecode.com/files/instead-toilet3in1-1.2.zip";
sha256 = "0wz4bljbg67m84qwpaqpzs934a5pcbhpgh39fvbbbfvnnlm4lirl";
})
(fetchurl {
- url = http://instead-games.googlecode.com/files/instead-kayleth-0.4.1.zip;
+ url = "http://instead-games.googlecode.com/files/instead-kayleth-0.4.1.zip";
sha256 = "0xmn9inys0kbcdd02qaqp8gazqs67xq3fq7hvcy2qb9jbq85j8b2";
})
];
@@ -59,7 +59,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Simple text adventure interpreter for Unix and Windows";
- homepage = http://instead.syscall.ru/;
+ homepage = "http://instead.syscall.ru/";
license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; linux;
maintainers = with maintainers; [ pSub ];