From 639df60de485120bd1b82ab09735dbe35e34e0f3 Mon Sep 17 00:00:00 2001 From: kossLAN Date: Sun, 17 Nov 2024 17:43:15 -0500 Subject: [PATCH] mkNeovim: add maintainers property, why does it need all of this --- nix/mkNeovim.nix | 1 + 1 file changed, 1 insertion(+) 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