mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/protonmail-bridge: fix typo
protonmail-bride's --> protonmail-bridge's
This commit is contained in:
parent
76612b17c0
commit
aa79218b2c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue