From 6fbc1cea0ab3f8d3811eef229433847dc515e3b9 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sun, 23 Nov 2025 22:48:54 -0500 Subject: [PATCH] i18next-cli: link to CHANGELOG.md instead of github release page Easier to view multiple releases' changelogs this way. --- pkgs/by-name/i1/i18next-cli/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/i1/i18next-cli/package.nix b/pkgs/by-name/i1/i18next-cli/package.nix index 59452c89ed73..6c13bbff049c 100644 --- a/pkgs/by-name/i1/i18next-cli/package.nix +++ b/pkgs/by-name/i1/i18next-cli/package.nix @@ -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 ];