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