anisfilter: update homepage url

This commit is contained in:
Kirill Zaborsky
2024-05-28 11:39:50 +03:00
committed by GitHub
parent ce45c8b72b
commit 709604f9c9
+1 -1
View File
@@ -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;