From 92dff2020a6fe5e09cb622e6bafbdd34bea57e1c Mon Sep 17 00:00:00 2001 From: Matthias Thym Date: Tue, 5 Sep 2023 23:32:53 +0200 Subject: [PATCH] ipscan: set alias angryipscanner for package (#252555) * ipscan: set alias `angryipscanner` for package * ipscan: add comment for alias --- pkgs/top-level/aliases.nix | 1 - pkgs/top-level/all-packages.nix | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 2a203f21bbe0..680647eef2ea 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -83,7 +83,6 @@ mapAliases ({ amsn = throw "amsn has been removed due to being unmaintained"; # Added 2020-12-09 amuleGui = throw "amuleGui was renamed to amule-gui"; # Added 2022-02-11 angelfish = libsForQt5.kdeGear.angelfish; # Added 2021-10-06 - angryipscanner = ipscan; # Added 2023-08-30 ansible_2_10 = throw "Ansible 2.10 went end of life in 2022/05 and has subsequently been dropped"; # Added 2022-03-30 ansible_2_11 = throw "Ansible 2.11 goes end of life in 2022/11 and can't be supported throughout the 22.05 release cycle"; # Added 2022-03-30 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 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 449e2b7835a9..ea2b97d37b09 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -9456,6 +9456,8 @@ with pkgs; ipinfo = callPackage ../tools/networking/ipinfo { }; ipscan = callPackage ../tools/security/ipscan { }; + # ipscan is commonly known under the name angryipscanner + angryipscanner = ipscan; ipv6calc = callPackage ../tools/networking/ipv6calc { };