kakoune: rename GitPython

This commit is contained in:
Fabian Affolter 2022-12-05 21:48:16 +01:00
parent dfd2b91e74
commit 24b181fd2f

View File

@ -2,7 +2,7 @@
with pkgs;
let
pyEnv = python3.withPackages (ps: [ ps.GitPython ]);
pyEnv = python3.withPackages (ps: [ ps.gitpython ]);
in
mkShell {