Unverified Commit 8a7364b4 authored by Michael Daniels's avatar Michael Daniels
Browse files

prek: use changelog in meta.changelog, not GitHub release

parent cb9262e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    homepage = "https://github.com/j178/prek";
    description = "Better `pre-commit`, re-engineered in Rust ";
    mainProgram = "prek";
    changelog = "https://github.com/j178/prek/releases/tag/${finalAttrs.src.tag}";
    changelog = "https://github.com/j178/prek/blob/${finalAttrs.src.tag}/CHANGELOG.md";
    license = [ lib.licenses.mit ];
    maintainers = [ lib.maintainers.knl ];
  };