mupdf: add changelog to meta

+1
+1
pkgs/applications/misc/mupdf/default.nix
··· 167 167 meta = with lib; { 168 168 homepage = "https://mupdf.com"; 169 169 description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; 170 + changelog = "https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=${version}"; 170 171 license = licenses.agpl3Plus; 171 172 maintainers = with maintainers; [ vrthra fpletz ]; 172 173 platforms = platforms.unix;