about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-03-28 10:10:44 +0100
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-03-30 13:28:50 +0100
commitef3bb68717e943bf364b4ce147313773de2a6d62 (patch)
tree36db445236a7bfd86527084e97dad9e576cb7a37 /pkgs/applications/editors
parent01e1f71fdfd12faa2d6f772a710f42114a141231 (diff)
vimPlugins.jupytext-nvim: fix typo in pname
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 06245a424013d..109bf9fe15896 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -17046,7 +17046,7 @@ final: prev:
   };
 
   jupytext-nvim = buildVimPlugin {
-    pname = "jupytest-nvim";
+    pname = "jupytext-nvim";
     version = "2024-01-24";
     src = fetchFromGitHub {
       owner = "GCBallesteros";