1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

fix(vimPlugins): name -> pname

This commit is contained in:
2022-10-06 11:01:35 +02:00
parent 786d1df781
commit 1219517d62
10 changed files with 24 additions and 13 deletions

View File

@@ -2,7 +2,8 @@
vimUtils,
fetchFromGitHub,
}: (vimUtils.buildVimPluginFrom2Nix rec {
name = "vim-fetch";
pname = "vim-fetch";
version = "76c08586";
src = fetchFromGitHub {
owner = "wsdjeg";
repo = "vim-fetch";