mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Fix license typo
svn path=/nixpkgs/trunk/; revision=25339
This commit is contained in:
parent
95eca90595
commit
d22126580e
|
@ -40,7 +40,7 @@ rec {
|
|||
];
|
||||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
license = a.lib.licenses.lglp2;
|
||||
license = a.lib.licenses.lgpl2;
|
||||
};
|
||||
passthru = {
|
||||
updateInfo = {
|
||||
|
|
Loading…
Reference in a new issue