mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
clojure-lsp: update maintainers list
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
4400e4d06c
commit
b19285d9f6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Language Server Protocol (LSP) for Clojure";
|
||||
homepage = "https://github.com/clojure-lsp/clojure-lsp";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.ericdallo maintainers.babariviere ];
|
||||
maintainers = with maintainers; [ ericdallo babariviere ];
|
||||
platforms = graalvm11-ce.meta.platforms;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue