lol

polkit: add license

+1
+1
pkgs/development/libraries/polkit/default.nix
··· 83 83 meta = with stdenv.lib; { 84 84 homepage = http://www.freedesktop.org/wiki/Software/polkit; 85 85 description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes"; 86 + license = licenses.gpl2; 86 87 platforms = platforms.unix; 87 88 maintainers = [ ]; 88 89 };