From 777a91f6f893c09cbbcf1144e48be2acd2a620e9 Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Fri, 21 Oct 2022 12:00:00 +0000 Subject: [PATCH] ocamlPackages.{pp,ocaml-lsp}: remove myself as maintainer --- pkgs/development/ocaml-modules/ocaml-lsp/jsonrpc.nix | 2 +- pkgs/development/ocaml-modules/pp/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/ocaml-lsp/jsonrpc.nix b/pkgs/development/ocaml-modules/ocaml-lsp/jsonrpc.nix index 910616601245..41cf9fd32290 100644 --- a/pkgs/development/ocaml-modules/ocaml-lsp/jsonrpc.nix +++ b/pkgs/development/ocaml-modules/ocaml-lsp/jsonrpc.nix @@ -59,6 +59,6 @@ buildDunePackage rec { description = "Jsonrpc protocol implementation in OCaml"; license = licenses.isc; platforms = platforms.unix; - maintainers = with maintainers; [ symphorien marsam ]; + maintainers = with maintainers; [ marsam ]; }; } diff --git a/pkgs/development/ocaml-modules/pp/default.nix b/pkgs/development/ocaml-modules/pp/default.nix index 70c509ec22ce..7602d7024524 100644 --- a/pkgs/development/ocaml-modules/pp/default.nix +++ b/pkgs/development/ocaml-modules/pp/default.nix @@ -23,6 +23,6 @@ buildDunePackage rec { description = "A an alternative pretty printing library to the Format module of the OCaml standard library"; license = licenses.mit; platforms = platforms.unix; - maintainers = with maintainers; [ symphorien ]; + maintainers = with maintainers; [ ]; }; }