Unverified Commit a4807c14 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #206641 from atorres1985-contrib/nickel

nickel: fill meta.changelog
parents 06db8650 ed7c5566
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };