Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libgnome-keyring: fix license

+1 -1
+1 -1
pkgs/development/libraries/libgnome-keyring/default.nix
··· 16 17 meta = { 18 inherit (glib.meta) platforms maintainers; 19 - license = stdenv.lib.licenses.gpl2; 20 }; 21 }
··· 16 17 meta = { 18 inherit (glib.meta) platforms maintainers; 19 + license = with stdenv.lib.licenses; [ gpl2 lgpl2 ]; 20 }; 21 }