summary refs log tree commit diff
path: root/pkgs/games/teetertorture/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/teetertorture/default.nix')
-rw-r--r--pkgs/games/teetertorture/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/teetertorture/default.nix b/pkgs/games/teetertorture/default.nix
index 7933ef2f069..a568fd79085 100644
--- a/pkgs/games/teetertorture/default.nix
+++ b/pkgs/games/teetertorture/default.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
   name = "teeter-torture-20051018";
   src = fetchurl {
-    url = ftp://ftp.tuxpaint.org/unix/x/teetertorture/source/teetertorture-2005-10-18.tar.gz;
+    url = "ftp://ftp.tuxpaint.org/unix/x/teetertorture/source/teetertorture-2005-10-18.tar.gz";
     sha256 = "175gdbkx3m82icyzvwpyzs4v2fd69c695k5n8ca0lnjv81wnw2hr";
   };
 
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
   '';
 
   meta = {
-    homepage = http://www.newbreedsoftware.com/teetertorture/;
+    homepage = "http://www.newbreedsoftware.com/teetertorture/";
     description = "Simple shooting game with your cannon is sitting atop a teeter totter";
     license = stdenv.lib.licenses.gpl2Plus;
     platforms = stdenv.lib.platforms.linux;