mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
fix(vimPlugins): name -> pname
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
vimUtils,
|
||||
fetchFromGitHub,
|
||||
}: (vimUtils.buildVimPluginFrom2Nix {
|
||||
name = "icalendar.vim";
|
||||
pname = "icalendar.vim";
|
||||
version = "542fff45";
|
||||
src = fetchFromGitHub {
|
||||
owner = "vim-scripts";
|
||||
repo = "icalendar.vim";
|
||||
|
||||
Reference in New Issue
Block a user