mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ocamlPackages.{pp,ocaml-lsp}: remove myself as maintainer
This commit is contained in:
parent
301aada7a6
commit
777a91f6f8
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user