Skip to content

Commit

Permalink
fix: lua name
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Horstman <[email protected]>
  • Loading branch information
Eveeifyeve and khaneliman authored Oct 11, 2024
1 parent 177cfbe commit 28e793e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/by-name/cord-nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with lib;
helpers.neovim-plugin.mkNeovimPlugin {
name = "cord-nvim";
originalName = "cord.nvim";
luaName = "cord";
package = "cord-nvim";
maintainers = [ lib.maintainers.eveeifyeve ];

Expand Down

0 comments on commit 28e793e

Please sign in to comment.