Fix Widelands meta

svn path=/nixpkgs/trunk/; revision=26933
This commit is contained in:
Michael Raskin 2011-04-23 13:00:38 +00:00
parent 55bbbbaf84
commit 18f74fcada

View File

@ -56,11 +56,11 @@ rec {
]; ];
platforms = with a.lib.platforms; platforms = with a.lib.platforms;
linux; linux;
license = a.lib.licenses.gpl; license = a.lib.licenses.gpl2Plus;
}; };
passthru = { passthru = {
updateInfo = { updateInfo = {
downloadPage = "${abort ''Specify download page''}"; downloadPage = "https://launchpad.net/widelands/+download";
}; };
}; };
}) x }) x