Merge pull request #206641 from atorres1985-contrib/nickel

nickel: fill meta.changelog
This commit is contained in:
Anderson Torres 2022-12-17 21:23:44 -03:00 committed by GitHub
commit a4807c14ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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