mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
neocmakelsp: add multivac61 to maintainers
This commit is contained in:
parent
05b2567173
commit
c84934f2cf
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user