tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kcollectd: fix meta section
Guy Chronister
7 months ago
c8d80797
e7515332
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
kc
kcollectd
package.nix
+3
-3
pkgs/by-name/kc/kcollectd/package.nix
···
47
47
breeze-icons
48
48
]);
49
49
50
50
-
meta = with lib; {
50
50
+
meta = {
51
51
description = "Graphical frontend to collectd";
52
52
homepage = "https://www.antonioerusso.com/projects/kcollectd/";
53
53
-
maintainers = [ maintainers.symphorien ];
54
54
-
license = [ lib.licenses.gpl3Plus ];
53
53
+
maintainers = with lib.maintainers; [ symphorien ];
54
54
+
license = lib.licenses.gpl3Plus;
55
55
platforms = lib.platforms.linux;
56
56
mainProgram = "kcollectd";
57
57
};