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

This commit is contained in:
Michael Daniels
2026-01-16 19:37:46 -05:00
parent cb9262e43e
commit 8a7364b42f
+1 -1
View File
@@ -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 ];
};