hevea: update homepage

This commit is contained in:
Mario Rodas
2023-01-28 04:20:00 +00:00
parent 780807370c
commit a097897e58
+3 -2
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "2.36";
src = fetchurl {
url = "https://pauillac.inria.fr/~maranget/hevea/distri/hevea-${version}.tar.gz";
url = "https://hevea.inria.fr/distri/hevea-${version}.tar.gz";
sha256 = "sha256-XWdZ13AqKVx2oSwbKhoWdUqw7B/+1z/J0LE4tB5yBkg=";
};
@@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A quite complete and fast LATEX to HTML translator";
homepage = "http://pauillac.inria.fr/~maranget/hevea/";
homepage = "https://hevea.inria.fr/";
changelog = "https://github.com/maranget/hevea/raw/v${version}/CHANGES";
license = licenses.qpl;
maintainers = with maintainers; [ pSub ];
platforms = with platforms; unix;