nixos/protonmail-bridge: fix typo

protonmail-bride's --> protonmail-bridge's
This commit is contained in:
ginkogruen 2024-11-12 21:55:34 +01:00 committed by GitHub
parent 76612b17c0
commit aa79218b2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {