From 978161f76e61d44db6a18ef2b10bbf19aa3a0277 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Wed, 15 Nov 2023 18:17:50 +0100 Subject: h2: add anthonyroussel to maintainers --- pkgs/servers/h2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/servers/h2') 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 ]; }; } -- cgit 1.4.1