ocamlPackages.{pp,ocaml-lsp}: remove myself as maintainer

This commit is contained in:
Guillaume Girol 2022-10-21 12:00:00 +00:00
parent 301aada7a6
commit 777a91f6f8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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