clojure-lsp: update maintainers list

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Bastien Rivière 2021-06-23 13:47:54 +02:00 committed by Bastien Riviere
parent 4400e4d06c
commit b19285d9f6
No known key found for this signature in database
GPG key ID: F202AD3B6EDF4BD1

View file

@ -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;
};
}