Merge pull request #197099 from symphorien/ocaml-stop-maintaining

ocamlPackages.{pp,ocaml-lsp}: remove myself as maintainer
This commit is contained in:
Mario Rodas
2022-10-22 05:22:55 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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 ];
};
}
@@ -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; [ ];
};
}