Unverified Commit c84934f2 authored by Ólafur Bjarki Bogason's avatar Ólafur Bjarki Bogason Committed by John Titor
Browse files

neocmakelsp: add multivac61 to maintainers

parent 05b25671
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";
  };
}