vimCats: fix changelog URL (#514189)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user