Skip to content

Commit

Permalink
appthreat-depscan: rename to dep-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 10, 2024
1 parent ded5cfd commit ee3702b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 55 deletions.
53 changes: 0 additions & 53 deletions pkgs/development/tools/appthreat-depscan/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ mapAliases ({
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
appthreat-depscan = dep-scan; # Added 2024-04-10
arcanPackages = throw "arcanPackages was removed and its sub-attributes were promoted to top-level"; # Added 2023-11-26
archiveopteryx = throw "archiveopteryx depended on an unsupported version of OpenSSL and was unmaintained"; # Added 2024-01-03
ardour_6 = throw "ardour_6 has been removed in favor of newer versions"; # Added 2023-10-13
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ with pkgs;

melange = callPackage ../development/tools/melange { };

appthreat-depscan = callPackage ../development/tools/appthreat-depscan { };

activate-linux = callPackage ../applications/misc/activate-linux { };

ansi = callPackage ../development/tools/ansi { };
Expand Down

0 comments on commit ee3702b

Please sign in to comment.