vimCats: fix changelog URL (#514189)

This commit is contained in:
Yohann Boniface
2026-04-27 21:01:51 +00:00
committed by GitHub
+1 -1
View File
@@ -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";