diff --git a/pkgs/by-name/do/dontgo403/package.nix b/pkgs/by-name/do/dontgo403/package.nix deleted file mode 100644 index b5e9a32b1fbe..000000000000 --- a/pkgs/by-name/do/dontgo403/package.nix +++ /dev/null @@ -1,33 +0,0 @@ -{ - lib, - buildGoModule, - fetchFromGitHub, -}: - -buildGoModule (finalAttrs: { - pname = "dontgo403"; - version = "1.0.2"; - - src = fetchFromGitHub { - owner = "devploit"; - repo = "dontgo403"; - tag = finalAttrs.version; - hash = "sha256-qA1i8l2oBQQ5IF8ho3K2k+TAndUTFGwb2NfhyFqfKzU="; - }; - - vendorHash = "sha256-IGnTbuaQH8A6aKyahHMd2RyFRh4WxZ3Vx/A9V3uelRg="; - - ldflags = [ - "-w" - "-s" - ]; - - meta = { - description = "Tool to bypass 40X response codes"; - mainProgram = "nomore403"; - homepage = "https://github.com/devploit/dontgo403"; - changelog = "https://github.com/devploit/dontgo403/releases/tag/${finalAttrs.version}"; - license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ fab ]; - }; -}) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index b03a9045c186..90d219f56b48 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -629,6 +629,7 @@ mapAliases { dogdns = throw "'dogdns' has been removed as it is unmaintained upstream and vendors insecure dependencies. Consider switching to 'doggo', a similar tool."; # Added 2025-12-31 dolphin-emu-beta = throw "'dolphin-emu-beta' has been renamed to/replaced by 'dolphin-emu'"; # Converted to throw 2025-10-27 done = throw "'done' has been removed as it was marked discontinued upstream since April 2024"; # Added 2026-02-07 + dontgo403 = throw "`dontgo403` has been renamed to `nomore403`"; # Added 2026-05-24 dontRecurseIntoAttrs = warnAlias "dontRecurseIntoAttrs has been removed from pkgs, use `lib.dontRecurseIntoAttrs` instead" lib.dontRecurseIntoAttrs; # Added 2025-10-30 dotnetenv = throw "'dotnetenv' has been removed because it was unmaintained in Nixpkgs"; # Added 2025-07-11 dotnetfx35 = throw "'dotnetfx35' has been removed because it was unmaintained in Nixpkgs"; # Added 2026-01-27