Unverified Commit 6fbc1cea authored by Michael Daniels's avatar Michael Daniels
Browse files

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

Easier to view multiple releases' changelogs this way.
parent 81e5939e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];