mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
gojq: add changelog to meta
This commit is contained in:
parent
6f23f755cb
commit
b5e87c2c76
@ -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 New Issue
Block a user