summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-06-20 09:11:54 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-06-20 09:11:54 +0000
commit5acd48a0b07470e8ef5522b317c8ce196767541f (patch)
treefbc315a3a6c35ecb794c319c8f2d244589ed557b /pkgs/games
parente873eebeb68b18b35ae653143508163a58a8aa1a (diff)
downloadnixlib-5acd48a0b07470e8ef5522b317c8ce196767541f.tar
nixlib-5acd48a0b07470e8ef5522b317c8ce196767541f.tar.gz
nixlib-5acd48a0b07470e8ef5522b317c8ce196767541f.tar.bz2
nixlib-5acd48a0b07470e8ef5522b317c8ce196767541f.tar.lz
nixlib-5acd48a0b07470e8ef5522b317c8ce196767541f.tar.xz
nixlib-5acd48a0b07470e8ef5522b317c8ce196767541f.tar.zst
nixlib-5acd48a0b07470e8ef5522b317c8ce196767541f.zip
Fixing the url of teeter torture.
svn path=/nixpkgs/trunk/; revision=27502
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/teetertorture/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/teetertorture/default.nix b/pkgs/games/teetertorture/default.nix
index 074416f10cb1..45b5988e88cf 100644
--- a/pkgs/games/teetertorture/default.nix
+++ b/pkgs/games/teetertorture/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
   '';
 
   meta = {
-    homepage = http://www.newbreedsoftware.com/vectoroids/;
+    homepage = http://www.newbreedsoftware.com/teetertorture/;
     description = "Simple shooting game with your cannon is sitting atop a teeter totter";
     license = "GPLv2+";
   };