comrak: fix changelog URL (#514262)

This commit is contained in:
Paul Haerle
2026-04-28 06:39:30 +00:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "CommonMark-compatible GitHub Flavored Markdown parser and formatter";
mainProgram = "comrak";
homepage = "https://github.com/kivikakk/comrak";
changelog = "https://github.com/kivikakk/comrak/blob/v${finalAttrs.version}/changelog.txt";
changelog = "https://github.com/kivikakk/comrak/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [
kivikakk