liferea, graphite service: fix typo (agregator -> aggregator)
This commit is contained in:
parent
fb5f7dd953
commit
a133ef9a0c
nixos/modules/services/monitoring
pkgs/applications/networking/newsreaders/liferea
@ -256,13 +256,13 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
enableAggregator = mkOption {
|
enableAggregator = mkOption {
|
||||||
description = "Whether to enable carbon agregator, the carbon buffering service.";
|
description = "Whether to enable carbon aggregator, the carbon buffering service.";
|
||||||
default = false;
|
default = false;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
};
|
};
|
||||||
|
|
||||||
aggregationRules = mkOption {
|
aggregationRules = mkOption {
|
||||||
description = "Defines if and how received metrics will be agregated.";
|
description = "Defines if and how received metrics will be aggregated.";
|
||||||
default = null;
|
default = null;
|
||||||
type = types.uniq (types.nullOr types.string);
|
type = types.uniq (types.nullOr types.string);
|
||||||
example = ''
|
example = ''
|
||||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A GTK-based news feed agregator";
|
description = "A GTK-based news feed aggregator";
|
||||||
homepage = http://lzone.de/liferea/;
|
homepage = http://lzone.de/liferea/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ vcunat romildo ];
|
maintainers = with maintainers; [ vcunat romildo ];
|
||||||
|
Loading…
Reference in New Issue
Block a user