gonzo: fix changelog
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user