comrak: fix changelog URL (#514262)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user