about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/odoc-parser
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-24 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-04-24 04:20:00 +0000
commit2becf6e837c767dd7dd50a84f761943855be16ee (patch)
tree83ecb3c26dcfd6cea48d8086ff6f6d541f828bf7 /pkgs/development/ocaml-modules/odoc-parser
parent6b78a949091c51385c46c7e8e7ce9293b5098fc8 (diff)
maintainers: drop marsam
Diffstat (limited to 'pkgs/development/ocaml-modules/odoc-parser')
-rw-r--r--pkgs/development/ocaml-modules/odoc-parser/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/odoc-parser/default.nix b/pkgs/development/ocaml-modules/odoc-parser/default.nix
index 1c996973e1c29..90e99427ec09d 100644
--- a/pkgs/development/ocaml-modules/odoc-parser/default.nix
+++ b/pkgs/development/ocaml-modules/odoc-parser/default.nix
@@ -40,7 +40,7 @@ buildDunePackage rec {
   meta = {
     description = "Parser for Ocaml documentation comments";
     license = lib.licenses.isc;
-    maintainers = [ lib.maintainers.marsam ];
+    maintainers = [ ];
     homepage = "https://github.com/ocaml-doc/odoc-parser";
     changelog = "https://github.com/ocaml-doc/odoc-parser/raw/${version}/CHANGES.md";
   };