ocamlPackages.odoc-parser: add momeemt to maintainers
This commit is contained in:
committed by
Vincent Laporte
parent
5b4048d900
commit
d21198f27d
@@ -60,7 +60,7 @@ lib.throwIf (param ? max_version && lib.versionAtLeast ocaml.version param.max_v
|
||||
meta = {
|
||||
description = "Parser for Ocaml documentation comments";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
homepage = "https://github.com/ocaml-doc/odoc-parser";
|
||||
changelog = "https://github.com/ocaml-doc/odoc-parser/raw/${version}/CHANGES.md";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user