From aa79218b2c6dea1b70f35636713f17df88a6fa5c Mon Sep 17 00:00:00 2001 From: ginkogruen <93037574+ginkogruen@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:55:34 +0100 Subject: [PATCH] nixos/protonmail-bridge: fix typo protonmail-bride's --> protonmail-bridge's --- nixos/modules/services/mail/protonmail-bridge.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {