nixos/heisenbridge: Fix/improve enable option description

See https://github.com/NixOS/nixpkgs/pull/154831#discussion_r783858597 for context
This commit is contained in:
piegames 2022-01-13 13:28:31 +01:00
parent 854a65fd47
commit 4b165e7675

View File

@ -23,7 +23,7 @@ let
in
{
options.services.heisenbridge = {
enable = mkEnableOption "A bouncer-style Matrix IRC bridge";
enable = mkEnableOption "the Matrix to IRC bridge";
package = mkOption {
type = types.package;