libgnome-keyring: fix license
This commit is contained in:
parent
3bd7ada099
commit
4e6d2f8ec9
@ -16,6 +16,6 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
inherit (glib.meta) platforms maintainers;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
license = with stdenv.lib.licenses; [ gpl2 lgpl2 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user