mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixos/protonmail-bridge: fix typo
protonmail-bride's --> protonmail-bridge's
This commit is contained in:
parent
76612b17c0
commit
aa79218b2c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user