diff --git a/nixos/modules/services/mail/protonmail-bridge.nix b/nixos/modules/services/mail/protonmail-bridge.nix index da58d9731f04..acb216d1cfcf 100644 --- a/nixos/modules/services/mail/protonmail-bridge.nix +++ b/nixos/modules/services/mail/protonmail-bridge.nix @@ -18,7 +18,7 @@ in type = lib.types.listOf lib.types.path; default = [ ]; example = lib.literalExpression "with pkgs; [ pass gnome-keyring ]"; - description = "List of derivations to put in protonmail-bride's path."; + description = "List of derivations to put in protonmail-bridge's path."; }; logLevel = lib.mkOption {