diff --git a/pkgs/by-name/vi/vimcats/package.nix b/pkgs/by-name/vi/vimcats/package.nix index 463c671f3c5e..1fb310cf12f5 100644 --- a/pkgs/by-name/vi/vimcats/package.nix +++ b/pkgs/by-name/vi/vimcats/package.nix @@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: { It is a fork of lemmy-help that aims to support more recent LuaCATS features. ''; homepage = "https://github.com/mrcjkb/vimcats"; - changelog = "https://github.com/mrcjkb/vimcats/CHANGELOG.md"; + changelog = "https://github.com/mrcjkb/vimcats/blob/${finalAttrs.src.rev}/CHANGELOG.md"; license = with lib.licenses; [ gpl2Plus ]; maintainers = with lib.maintainers; [ mrcjkb ]; mainProgram = "vimcats";