about summary refs log tree commit diff
path: root/pkgs/servers/h2
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-15 18:17:50 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-15 18:35:56 +0100
commit978161f76e61d44db6a18ef2b10bbf19aa3a0277 (patch)
treead0086ca2f6f1849cb598ee206be26e611c04478 /pkgs/servers/h2
parent209b5b57076dfcdb47a2e6abf85e3bf5264d7847 (diff)
h2: add anthonyroussel to maintainers
Diffstat (limited to 'pkgs/servers/h2')
-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 ];
   };
 }