Unverified Commit e92d5eb3 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixos/protonmail-bridge: fix typo (#355520)

parents c9eccadd aa79218b
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 {