about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-12-30 21:38:01 +0900
committernatsukium <tomoya.otabi@gmail.com>2024-01-14 09:38:47 +0900
commit5ea284d4f402aea4e9a1cbc6fb735d7bb98c8d4d (patch)
tree072c4da3869c5e6ad2a2a2375838fdd258dbcf89 /pkgs/top-level/aliases.nix
parent9a9c192d743b691f0d7a98736aa1d6a5a1fa7e8d (diff)
downloadnixlib-5ea284d4f402aea4e9a1cbc6fb735d7bb98c8d4d.tar
nixlib-5ea284d4f402aea4e9a1cbc6fb735d7bb98c8d4d.tar.gz
nixlib-5ea284d4f402aea4e9a1cbc6fb735d7bb98c8d4d.tar.bz2
nixlib-5ea284d4f402aea4e9a1cbc6fb735d7bb98c8d4d.tar.lz
nixlib-5ea284d4f402aea4e9a1cbc6fb735d7bb98c8d4d.tar.xz
nixlib-5ea284d4f402aea4e9a1cbc6fb735d7bb98c8d4d.tar.zst
nixlib-5ea284d4f402aea4e9a1cbc6fb735d7bb98c8d4d.zip
ansible_2_13: remove
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 1ac9881862f3..399ef302fe6d 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -70,6 +70,7 @@ mapAliases ({
   amtk = throw "amtk has been renamed to libgedit-amtk and is now maintained by Gedit Technology"; # Added 2023-12-31
   angelfish = libsForQt5.kdeGear.angelfish; # Added 2021-10-06
   ansible_2_12 = throw "Ansible 2.12 goes end of life in 2023/05 and can't be supported throughout the 23.05 release cycle"; # Added 2023-05-16
+  ansible_2_13 = throw "Ansible 2.13 goes end of life in 2023/11"; # Added 2023-12-30
   apacheAnt_1_9 = throw "Ant 1.9 has been removed since it's not used in nixpkgs anymore"; # Added 2023-11-12
   antimicroX = antimicrox; # Added 2021-10-31
   arcanPackages = throw "arcanPackages was removed and its sub-attributes were promoted to top-level"; # Added 2023-11-26