treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -33,7 +33,7 @@ buildGoModule rec {
|
||||
passthru.tests = { inherit (nixosTests) telegraf; };
|
||||
|
||||
meta = with lib; {
|
||||
description = "The plugin-driven server agent for collecting & reporting metrics.";
|
||||
description = "The plugin-driven server agent for collecting & reporting metrics";
|
||||
license = licenses.mit;
|
||||
homepage = "https://www.influxdata.com/time-series-platform/telegraf/";
|
||||
maintainers = with maintainers; [ mic92 roblabla foxit64 ];
|
||||
|
||||
Reference in New Issue
Block a user