libgnome-keyring: fix license

This commit is contained in:
Markus Kowalewski 2018-10-18 21:53:46 +02:00
parent 3bd7ada099
commit 4e6d2f8ec9
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -16,6 +16,6 @@ stdenv.mkDerivation {
meta = {
inherit (glib.meta) platforms maintainers;
license = stdenv.lib.licenses.gpl2;
license = with stdenv.lib.licenses; [ gpl2 lgpl2 ];
};
}