gojq: add changelog to meta
This commit is contained in:
parent
6f23f755cb
commit
b5e87c2c76
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Pure Go implementation of jq";
|
||||
homepage = "https://github.com/itchyny/gojq";
|
||||
changelog = "https://github.com/itchyny/gojq/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ aaronjheng ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue