From 355bee82de932f69da3e01eeccb35e3cd3892b08 Mon Sep 17 00:00:00 2001 From: Moraxyc Date: Mon, 29 Sep 2025 02:08:13 +0800 Subject: [PATCH] atlassian-cli: rename to appfire-cli --- pkgs/by-name/{at/atlassian-cli => ap/appfire-cli}/package.nix | 2 +- pkgs/by-name/{at/atlassian-cli => ap/appfire-cli}/wrapper.sh | 0 pkgs/top-level/aliases.nix | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename pkgs/by-name/{at/atlassian-cli => ap/appfire-cli}/package.nix (97%) rename pkgs/by-name/{at/atlassian-cli => ap/appfire-cli}/wrapper.sh (100%) diff --git a/pkgs/by-name/at/atlassian-cli/package.nix b/pkgs/by-name/ap/appfire-cli/package.nix similarity index 97% rename from pkgs/by-name/at/atlassian-cli/package.nix rename to pkgs/by-name/ap/appfire-cli/package.nix index 3e1d1ddcc3e3..aee338267f91 100644 --- a/pkgs/by-name/at/atlassian-cli/package.nix +++ b/pkgs/by-name/ap/appfire-cli/package.nix @@ -6,7 +6,7 @@ }: stdenv.mkDerivation rec { - pname = "atlassian-cli"; + pname = "appfire-cli"; version = "9.6.0"; src = fetchzip { diff --git a/pkgs/by-name/at/atlassian-cli/wrapper.sh b/pkgs/by-name/ap/appfire-cli/wrapper.sh similarity index 100% rename from pkgs/by-name/at/atlassian-cli/wrapper.sh rename to pkgs/by-name/ap/appfire-cli/wrapper.sh diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index c43b9d8748f9..a6c2644a0639 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -305,6 +305,7 @@ mapAliases { aseprite-unfree = throw "'aseprite-unfree' has been renamed to/replaced by 'aseprite'"; # Converted to throw 2025-10-27 asitop = throw "'asitop' has been renamed to/replaced by 'macpm'"; # Converted to throw 2025-10-27 asterisk_18 = throw "asterisk_18: Asterisk 18 is end of life and has been removed"; # Added 2025-10-19 + atlassian-cli = appfire-cli; # Added 2025-09-29 ats = throw "'ats' has been removed as it is unmaintained for 10 years and broken"; # Added 2025-05-17 AusweisApp2 = throw "'AusweisApp2' has been renamed to/replaced by 'ausweisapp'"; # Converted to throw 2025-10-27 autoconf213 = throw "'autoconf213' has been removed in favor of 'autoconf'"; # Added 2025-07-21