polkit: add license

This commit is contained in:
Markus Kowalewski 2018-08-18 00:12:55 +02:00
parent a3990e734d
commit 0320769991
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -83,6 +83,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://www.freedesktop.org/wiki/Software/polkit;
description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ ];
};