forked from mirrors/nixpkgs
nut: add licenses
This commit is contained in:
parent
4f67eabc19
commit
5194e10968
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
"$out/lib:${neon}/lib:${libusb.out}/lib:${avahi}/lib:${freeipmi}/lib"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Network UPS Tools";
|
||||
longDescription = ''
|
||||
Network UPS Tools is a collection of programs which provide a common
|
||||
|
@ -41,8 +41,9 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = http://www.networkupstools.org/;
|
||||
repositories.git = https://github.com/networkupstools/nut.git;
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ pierron ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.pierron ];
|
||||
license = with licenses; [ gpl1Plus gpl2Plus gpl3Plus ];
|
||||
priority = 10;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue