mupdf: add changelog to meta

This commit is contained in:
Mario Rodas 2023-08-19 04:20:00 +00:00
parent 54f3eb132e
commit dbd393758a

View file

@ -167,6 +167,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://mupdf.com";
description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C";
changelog = "https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=${version}";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ vrthra fpletz ];
platforms = platforms.unix;