tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
telegraf: add maintainer
zowoq
2 years ago
40cbd9de
d164a1b3
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
telegraf
default.nix
+1
-1
pkgs/servers/monitoring/telegraf/default.nix
···
43
43
homepage = "https://www.influxdata.com/time-series-platform/telegraf/";
44
44
changelog = "https://github.com/influxdata/telegraf/blob/${src.rev}/CHANGELOG.md";
45
45
license = licenses.mit;
46
46
-
maintainers = with maintainers; [ mic92 roblabla timstott ];
46
46
+
maintainers = with maintainers; [ mic92 roblabla timstott zowoq ];
47
47
};
48
48
}