From 18f74fcada8a030f961a197d6e786b4fbf990f41 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sat, 23 Apr 2011 13:00:38 +0000 Subject: [PATCH] Fix Widelands meta svn path=/nixpkgs/trunk/; revision=26933 --- pkgs/games/widelands/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/widelands/default.nix b/pkgs/games/widelands/default.nix index 8082fde7694..74d1f87e0be 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