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;
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user