mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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 New Issue
Block a user