neocmakelsp: add multivac61 to maintainers

This commit is contained in:
Ólafur Bjarki Bogason 2024-05-21 14:24:30 +00:00 committed by John Titor
parent 05b2567173
commit c84934f2cf
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -17,11 +17,11 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-otEpfykVTJ0DH9n3kO4G/BO2VD6RGp9N6/UX6UAs2jU=";
meta = with lib; {
description = "Cmake lsp based on tower-lsp and treesitter";
description = "CMake lsp based on tower-lsp and treesitter";
homepage = "https://github.com/Decodetalkers/neocmakelsp";
license = licenses.mit;
platforms = platforms.linux ++ [ "x86_64-darwin" "aarch64-darwin" ];
maintainers = with maintainers; [ rewine ];
platforms = platforms.unix;
maintainers = with maintainers; [ rewine multivac61 ];
mainProgram = "neocmakelsp";
};
}