nut: add licenses

This commit is contained in:
Markus Kowalewski
2018-09-01 17:02:12 +02:00
parent 4f67eabc19
commit 5194e10968
+4 -3
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
"$out/lib:${neon}/lib:${libusb.out}/lib:${avahi}/lib:${freeipmi}/lib" "$out/lib:${neon}/lib:${libusb.out}/lib:${avahi}/lib:${freeipmi}/lib"
''; '';
meta = { meta = with stdenv.lib; {
description = "Network UPS Tools"; description = "Network UPS Tools";
longDescription = '' longDescription = ''
Network UPS Tools is a collection of programs which provide a common Network UPS Tools is a collection of programs which provide a common
@@ -41,8 +41,9 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://www.networkupstools.org/; homepage = http://www.networkupstools.org/;
repositories.git = https://github.com/networkupstools/nut.git; repositories.git = https://github.com/networkupstools/nut.git;
platforms = with stdenv.lib.platforms; linux; platforms = platforms.linux;
maintainers = with stdenv.lib.maintainers; [ pierron ]; maintainers = [ maintainers.pierron ];
license = with licenses; [ gpl1Plus gpl2Plus gpl3Plus ];
priority = 10; priority = 10;
}; };
} }