about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
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/ocaml-modules
parent5bd77fec8393a791a7bd2db3a0d320b1d7402199 (diff)
downloadnixlib-3833306fc4c166e54062c99796b6bc309a0defef.tar
nixlib-3833306fc4c166e54062c99796b6bc309a0defef.tar.gz
nixlib-3833306fc4c166e54062c99796b6bc309a0defef.tar.bz2
nixlib-3833306fc4c166e54062c99796b6bc309a0defef.tar.lz
nixlib-3833306fc4c166e54062c99796b6bc309a0defef.tar.xz
nixlib-3833306fc4c166e54062c99796b6bc309a0defef.tar.zst
nixlib-3833306fc4c166e54062c99796b6bc309a0defef.zip
ocamlformat: add maintainer Julow
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ocamlformat/ocamlformat-lib.nix2
-rw-r--r--pkgs/development/ocaml-modules/ocamlformat/ocamlformat-rpc-lib.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ocamlformat/ocamlformat-lib.nix b/pkgs/development/ocaml-modules/ocamlformat/ocamlformat-lib.nix
index af8b574d5d6f..a95f8d9a410b 100644
--- a/pkgs/development/ocaml-modules/ocamlformat/ocamlformat-lib.nix
+++ b/pkgs/development/ocaml-modules/ocamlformat/ocamlformat-lib.nix
@@ -20,7 +20,7 @@ buildDunePackage {
   meta = {
     homepage = "https://github.com/ocaml-ppx/ocamlformat";
     description = "Auto-formatter for OCaml code (library)";
-    maintainers = [ lib.maintainers.Zimmi48 lib.maintainers.marsam ];
+    maintainers = with lib.maintainers; [ Zimmi48 marsam Julow ];
     license = lib.licenses.mit;
   };
 }
diff --git a/pkgs/development/ocaml-modules/ocamlformat/ocamlformat-rpc-lib.nix b/pkgs/development/ocaml-modules/ocamlformat/ocamlformat-rpc-lib.nix
index 81328dc78df6..abd3a33dde8e 100644
--- a/pkgs/development/ocaml-modules/ocamlformat/ocamlformat-rpc-lib.nix
+++ b/pkgs/development/ocaml-modules/ocamlformat/ocamlformat-rpc-lib.nix
@@ -30,6 +30,6 @@ buildDunePackage rec {
     homepage = "https://github.com/ocaml-ppx/ocamlformat";
     description = "Auto-formatter for OCaml code (RPC mode)";
     license = licenses.mit;
-    maintainers = with maintainers; [ Zimmi48 marsam ];
+    maintainers = with maintainers; [ Zimmi48 marsam Julow ];
   };
 }