plugins/magma-nvim: update package name

This commit is contained in:
Gaetan Lepage 2024-10-31 10:13:05 +01:00
parent f809a0345b
commit 483fb75564

View file

@ -8,7 +8,7 @@ with helpers.vim-plugin;
mkVimPlugin {
name = "magma-nvim";
originalName = "magma-nvim";
package = "magma-nvim-goose";
package = "magma-nvim";
globalPrefix = "magma_";
maintainers = [ maintainers.GaetanLepage ];