libgnome-keyring: add license

This commit is contained in:
Markus Kowalewski 2018-10-17 20:33:02 +02:00
parent 2887798de5
commit 06cb58fba7
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

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