Unverified Commit 11aa8bea authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

_1password-cli: rename from _1password (#351281)

parents 087be745 3580012b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ in
      enable = lib.mkEnableOption "the 1Password CLI tool";

      package = lib.mkPackageOption pkgs "1Password CLI" {
        default = [ "_1password" ];
        default = [ "_1password-cli" ];
      };
    };
  };
+3 −0
Original line number Diff line number Diff line
@@ -60,6 +60,9 @@ mapAliases {
  forceSystem = system: _:
    (import self.path { localSystem = { inherit system; }; });

  ### _ ###
  _1password = lib.warn "_1password has been renamed to _1password-cli to better follow upstream name usage" _1password-cli; # Added 2024-10-24

  ### A ###

  AusweisApp2 = ausweisapp; # Added 2023-11-08