Commit d37bb6f5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

cargo-insta: add changelog to meta

parent 14891ec0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ rustPlatform.buildRustPackage rec {
  meta = with lib; {
    description = "A Cargo subcommand for snapshot testing";
    homepage = "https://github.com/mitsuhiko/insta";
    changelog = "https://github.com/mitsuhiko/insta/blob/${version}/CHANGELOG.md";
    license = licenses.asl20;
    maintainers = with lib.maintainers; [ oxalica ];
  };