about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-01-15 17:31:04 +0900
committerGitHub <noreply@github.com>2024-01-15 17:31:04 +0900
commit817c314ea6911512f61a21cc0cf8296e3b085145 (patch)
tree73b8f5545d7f77d5333b9d83d726c34723e0d21e /pkgs/top-level/aliases.nix
parent718e7e3c1d05e33fdc59122f47baceef175ebb35 (diff)
parent722d7cdbb42712097b7f186c7f1a62935985f6b0 (diff)
downloadnixlib-817c314ea6911512f61a21cc0cf8296e3b085145.tar
nixlib-817c314ea6911512f61a21cc0cf8296e3b085145.tar.gz
nixlib-817c314ea6911512f61a21cc0cf8296e3b085145.tar.bz2
nixlib-817c314ea6911512f61a21cc0cf8296e3b085145.tar.lz
nixlib-817c314ea6911512f61a21cc0cf8296e3b085145.tar.xz
nixlib-817c314ea6911512f61a21cc0cf8296e3b085145.tar.zst
nixlib-817c314ea6911512f61a21cc0cf8296e3b085145.zip
Merge pull request #277719 from natsukium/ansible/update
ansible_2_16: init at 2.16.2; 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 8d9274f3eace..b868e6123b53 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