about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/servers/h2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/h2/default.nix b/pkgs/servers/h2/default.nix
index ab8249d7f28ca..f8135f326b389 100644
--- a/pkgs/servers/h2/default.nix
+++ b/pkgs/servers/h2/default.nix
@@ -38,6 +38,6 @@ maven.buildMavenPackage rec {
     homepage = "http://www.h2database.com/html/main.html";
     license = licenses.mpl20;
     platforms = lib.platforms.linux;
-    maintainers = with maintainers; [ mahe ];
+    maintainers = with maintainers; [ mahe anthonyroussel ];
   };
 }