defuddle: rename from defuddle-cli

This commit is contained in:
nat
2026-04-24 18:07:23 +02:00
parent e206f4db18
commit 2b06f82aaf
2 changed files with 4 additions and 1 deletions
@@ -6,7 +6,7 @@
}:
buildNpmPackage rec {
pname = "defuddle-cli";
pname = "defuddle";
version = "0.17.0";
src = fetchFromGitHub {
@@ -24,6 +24,8 @@ buildNpmPackage rec {
passthru.updateScript = nix-update-script { };
__structuredAttrs = true;
meta = {
description = "Command line utility to extract clean html, markdown and metadata from web pages";
homepage = "https://github.com/kepano/defuddle";
+1
View File
@@ -594,6 +594,7 @@ mapAliases {
deco = throw "'deco' has been removed as it is unused"; # Added 2025-12-18
deepin = throw "the Deepin desktop environment and associated tools have been removed from nixpkgs due to lack of maintenance"; # Added 2025-08-21
deepsea = throw "deepsea has been removed because it has been marked as broken since at least November 2024."; # Added 2025-09-28
defuddle-cli = warnAlias "defuddle-cli has been renamed to/replaced by 'defuddle'" defuddle; # Added 2026-04-16
degit-rs = throw "'degit-rs' has been removed because it is unmaintained upstream and has vulnerable dependencies."; # Added 2025-07-11
deltachat-cursed = throw "'deltachat-cursed' has been renamed to/replaced by 'arcanechat-tui'"; # Converted to throw 2025-10-27
devdocs-desktop = throw "'devdocs-desktop' has been removed as it is unmaintained upstream and vendors insecure dependencies"; # Added 2025-06-11