texpresso: add meta.changelog

This commit is contained in:
Doron Behar
2026-09-15 11:52:12 +03:00
parent a912e6bf56
commit da78d5dfd9

View File

@@ -83,6 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
inherit (finalAttrs.src.meta) homepage;
description = "Live rendering and error reporting for LaTeX";
changelog = "https://github.com/let-def/texpresso/blob/main/CHANGELOG.md";
mainProgram = "texpresso";
maintainers = with lib.maintainers; [
nickhu