Commit ed7c5566 authored by Anderson Torres's avatar Anderson Torres
Browse files

nickel: fill meta.changelog

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