nut: add licenses
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user