polkit-qt-1: add license

This commit is contained in:
Markus Kowalewski 2018-10-25 22:23:38 +02:00
parent 91eea7482d
commit 6ff2c83d9f
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -25,9 +25,10 @@ stdenv.mkDerivation {
done
'';
meta = {
meta = with stdenv.lib; {
description = "A Qt wrapper around PolKit";
maintainers = with stdenv.lib.maintainers; [ ttuegel ];
platforms = with stdenv.lib.platforms; linux;
maintainers = [ maintainers.ttuegel ];
platforms = platforms.linux;
license = licenses.lgpl21;
};
}