gojq: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-03 13:17:35 +01:00 committed by GitHub
parent 6f23f755cb
commit b5e87c2c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};