upower: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 16:21:21 +02:00
parent bc4494b56f
commit 8aafab9b49
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
homepage = https://upower.freedesktop.org/;
description = "A D-Bus service for power management";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}