vimPlugins.jupytext-nvim: fix typo in pname

This commit is contained in:
Gaetan Lepage
2024-03-30 13:28:50 +01:00
committed by Matthieu Coudron
parent 01e1f71fdf
commit ef3bb68717
@@ -17046,7 +17046,7 @@ final: prev:
};
jupytext-nvim = buildVimPlugin {
pname = "jupytest-nvim";
pname = "jupytext-nvim";
version = "2024-01-24";
src = fetchFromGitHub {
owner = "GCBallesteros";