about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocaml-lsp
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-03-17 04:20:00 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2021-03-17 09:42:28 +0100
commit61dc1a6bd01a2561ac83cec48814f17d11c44d1c (patch)
treea3a0d98d27f7e2ae50c58d0c896c2d284d82aec9 /pkgs/development/ocaml-modules/ocaml-lsp
parent9e970977b5b866e57b91cb0336e5fb86bd856846 (diff)
ocamlPackages.ocaml-lsp: add marsam to maintainers
Diffstat (limited to 'pkgs/development/ocaml-modules/ocaml-lsp')
-rw-r--r--pkgs/development/ocaml-modules/ocaml-lsp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ocaml-lsp/default.nix b/pkgs/development/ocaml-modules/ocaml-lsp/default.nix
index 0fbf6f1994993..46c84d8d70d21 100644
--- a/pkgs/development/ocaml-modules/ocaml-lsp/default.nix
+++ b/pkgs/development/ocaml-modules/ocaml-lsp/default.nix
@@ -73,6 +73,6 @@ buildDunePackage {
     description = "OCaml Language Server Protocol implementation";
     license = lib.licenses.isc;
     platforms = platforms.unix;
-    maintainers = [ maintainers.symphorien ];
+    maintainers = [ maintainers.symphorien maintainers.marsam ];
   };
 }