forked from mirrors/nixpkgs
Fix Widelands meta
svn path=/nixpkgs/trunk/; revision=26933
This commit is contained in:
parent
55bbbbaf84
commit
18f74fcada
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue