about summary refs log tree commit diff
path: root/pkgs/games/widelands
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2011-04-23 13:00:38 +0000
committerMichael Raskin <7c6f434c@mail.ru>2011-04-23 13:00:38 +0000
commit18f74fcada8a030f961a197d6e786b4fbf990f41 (patch)
tree48da6f72654363ec80d3e799cdab3a0abece97e9 /pkgs/games/widelands
parent55bbbbaf84c79c8e557b173c0ecf0c044d93fd3f (diff)
Fix Widelands meta
svn path=/nixpkgs/trunk/; revision=26933
Diffstat (limited to 'pkgs/games/widelands')
-rw-r--r--pkgs/games/widelands/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/widelands/default.nix b/pkgs/games/widelands/default.nix
index 8082fde769431..74d1f87e0be8f 100644
--- a/pkgs/games/widelands/default.nix
+++ b/pkgs/games/widelands/default.nix
@@ -56,11 +56,11 @@ rec {
     ];
     platforms = with a.lib.platforms;
       linux;
-    license = a.lib.licenses.gpl;
+    license = a.lib.licenses.gpl2Plus;
   };
   passthru = {
     updateInfo = {
-      downloadPage = "${abort ''Specify download page''}";
+      downloadPage = "https://launchpad.net/widelands/+download";
     };
   };
 }) x