nickel: fill meta.changelog

This commit is contained in:
AndersonTorres 2022-12-17 21:04:11 -03:00
parent cf150c53f1
commit ed7c556639

View File

@ -27,6 +27,7 @@ rustPlatform.buildRustPackage rec {
that are then fed to another system. It is designed to have a simple,
well-understood core: it is in essence JSON with functions.
'';
changelog = "https://github.com/tweag/nickel/blob/${version}/RELEASES.md";
license = licenses.mit;
maintainers = with maintainers; [ AndersonTorres ];
};