vectorcode-nvim: Update homepage link

This commit is contained in:
Manuel Transfeld
2025-12-01 14:16:00 +01:00
committed by GitHub
parent 2d293cbfa5
commit 9cd8deba41
@@ -33,7 +33,7 @@ vimUtils.buildVimPlugin {
meta = {
description = "Index and navigate your code repository using vectorcode";
homepage = "https://github.com/Davidyz/VectorCode/blob/main/docs/neovim.md";
homepage = "https://github.com/Davidyz/VectorCode/blob/main/docs/neovim/README.md";
inherit (vectorcode.meta) changelog license;
maintainers = with lib.maintainers; [ sarahec ];
};