diff --git a/nix/mkNeovim.nix b/nix/mkNeovim.nix index 6674af7..bca99dd 100644 --- a/nix/mkNeovim.nix +++ b/nix/mkNeovim.nix @@ -218,6 +218,7 @@ with lib; license = with licenses; [asl20 vim]; homepage = "https://www.neovim.io"; platforms = platforms.unix; + maintainers = ["na"]; mainProgram = if isCustomAppName then appName