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;
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