i18next-cli: link to CHANGELOG.md instead of github release page
Easier to view multiple releases' changelogs this way.
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user