gonzo: fix changelog

This commit is contained in:
Sigmanificient
2026-04-28 23:27:08 +02:00
parent d121483ce3
commit 666b4a56d2
+1 -1
View File
@@ -38,7 +38,7 @@ buildGoModule (finalAttrs: {
description = "TUI log analysis tool";
homepage = "https://gonzo.controltheory.com/";
downloadPage = "https://github.com/control-theory/gonzo";
changelog = "https://github.com/control-theory/gonzo/releases/tag/v${finalAttrs.src.tag}";
changelog = "https://github.com/control-theory/gonzo/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ kpbaks ];
mainProgram = "gonzo";