about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKirill Zaborsky <qrilka@gmail.com>2024-05-28 11:39:50 +0300
committerGitHub <noreply@github.com>2024-05-28 11:39:50 +0300
commit709604f9c9fbaa380d28dc4700fedbfa442055e1 (patch)
treebcba46eee81fe88dd2813553380206e1ab2c17a2
parentce45c8b72b089487f52463b4a3be9e5e84b697ac (diff)
anisfilter: update homepage url
-rw-r--r--pkgs/tools/text/ansifilter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ansifilter/default.nix b/pkgs/tools/text/ansifilter/default.nix
index e2fd695d41ecc..686b8c9f4171e 100644
--- a/pkgs/tools/text/ansifilter/default.nix
+++ b/pkgs/tools/text/ansifilter/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
       Tool to remove ANSI or convert them to another format
       (HTML, TeX, LaTeX, RTF, Pango or BBCode)
     '';
-    homepage = "http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php";
+    homepage = "http://www.andre-simon.de/doku/ansifilter/en/ansifilter.html";
     license = licenses.gpl3;
     maintainers = [ maintainers.Adjective-Object ];
     platforms = platforms.linux ++ platforms.darwin;