i18next-cli: link to CHANGELOG.md instead of github release page

Easier to view multiple releases' changelogs this way.
This commit is contained in:
Michael Daniels
2025-11-23 22:48:54 -05:00
parent 81e5939e0c
commit 6fbc1cea0a
+1 -1
View File
@@ -29,7 +29,7 @@ buildNpmPackage rec {
meta = {
description = "A unified, high-performance i18next CLI";
changelog = "https://github.com/i18next/i18next-cli/releases/tag/v${version}";
changelog = "https://github.com/i18next/i18next-cli/blob/v${version}/CHANGELOG.md";
homepage = "https://www.locize.com/blog/i18next-cli";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.pbek ];