Unverified Commit aa79218b authored by ginkogruen's avatar ginkogruen Committed by GitHub
Browse files

nixos/protonmail-bridge: fix typo

protonmail-bride's --> protonmail-bridge's
parent 76612b17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {