mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
ocamlPackages.odoc-parser: add momeemt to maintainers
This commit is contained in:
parent
5b4048d900
commit
d21198f27d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ lib.throwIf (param ? max_version && lib.versionAtLeast ocaml.version param.max_v
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parser for Ocaml documentation comments";
|
description = "Parser for Ocaml documentation comments";
|
||||||
license = lib.licenses.isc;
|
license = lib.licenses.isc;
|
||||||
maintainers = [ ];
|
maintainers = with lib.maintainers; [ momeemt ];
|
||||||
homepage = "https://github.com/ocaml-doc/odoc-parser";
|
homepage = "https://github.com/ocaml-doc/odoc-parser";
|
||||||
changelog = "https://github.com/ocaml-doc/odoc-parser/raw/${version}/CHANGES.md";
|
changelog = "https://github.com/ocaml-doc/odoc-parser/raw/${version}/CHANGES.md";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue