diff --git a/pkgs/servers/h2/default.nix b/pkgs/servers/h2/default.nix index ab8249d7f28c..f8135f326b38 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 ]; }; }