tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nut: add licenses
Markus Kowalewski
7 years ago
5194e109
4f67eabc
+4
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
nut
default.nix
+4
-3
pkgs/applications/misc/nut/default.nix
···
32
32
"$out/lib:${neon}/lib:${libusb.out}/lib:${avahi}/lib:${freeipmi}/lib"
33
33
'';
34
34
35
35
-
meta = {
35
35
+
meta = with stdenv.lib; {
36
36
description = "Network UPS Tools";
37
37
longDescription = ''
38
38
Network UPS Tools is a collection of programs which provide a common
···
41
41
'';
42
42
homepage = http://www.networkupstools.org/;
43
43
repositories.git = https://github.com/networkupstools/nut.git;
44
44
-
platforms = with stdenv.lib.platforms; linux;
45
45
-
maintainers = with stdenv.lib.maintainers; [ pierron ];
44
44
+
platforms = platforms.linux;
45
45
+
maintainers = [ maintainers.pierron ];
46
46
+
license = with licenses; [ gpl1Plus gpl2Plus gpl3Plus ];
46
47
priority = 10;
47
48
};
48
49
}