summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorJules Aguillon <jules@j3s.fr>2023-04-20 11:37:52 +0200
committerJules Aguillon <jules@j3s.fr>2023-05-05 17:56:34 +0200
commit3833306fc4c166e54062c99796b6bc309a0defef (patch)
tree37f22def8b278ad10bdfc729512bc00ac0fb0eda /pkgs/development/tools/ocaml
parent5bd77fec8393a791a7bd2db3a0d320b1d7402199 (diff)
ocamlformat: add maintainer Julow
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/ocamlformat/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/ocamlformat/generic.nix b/pkgs/development/tools/ocaml/ocamlformat/generic.nix
index 0d38d2e0ac020..d63d0d9894b01 100644
--- a/pkgs/development/tools/ocaml/ocamlformat/generic.nix
+++ b/pkgs/development/tools/ocaml/ocamlformat/generic.nix
@@ -25,7 +25,7 @@ in buildDunePackage {
   meta = {
     homepage = "https://github.com/ocaml-ppx/ocamlformat";
     description = "Auto-formatter for OCaml code";
-    maintainers = [ lib.maintainers.Zimmi48 lib.maintainers.marsam ];
+    maintainers = with lib.maintainers; [ Zimmi48 marsam Julow ];
     license = lib.licenses.mit;
   };
 }