about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-07 11:38:55 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-07 11:38:55 +0100
commite5ae8202f71730f7f1a14f783af924355194724c (patch)
treebff0f4f6cd06aba6d44289cee4a47bdfed98f6ad /pkgs/servers/http
parent9489fc779e2ed2c6536ead22b0fd8192ad4e80fe (diff)
downloadnixlib-e5ae8202f71730f7f1a14f783af924355194724c.tar
nixlib-e5ae8202f71730f7f1a14f783af924355194724c.tar.gz
nixlib-e5ae8202f71730f7f1a14f783af924355194724c.tar.bz2
nixlib-e5ae8202f71730f7f1a14f783af924355194724c.tar.lz
nixlib-e5ae8202f71730f7f1a14f783af924355194724c.tar.xz
nixlib-e5ae8202f71730f7f1a14f783af924355194724c.tar.zst
nixlib-e5ae8202f71730f7f1a14f783af924355194724c.zip
tomcat{9,10}: add anthonyroussel to maintainers
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/tomcat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/tomcat/default.nix b/pkgs/servers/http/tomcat/default.nix
index af735eebd348..0b1d4115c895 100644
--- a/pkgs/servers/http/tomcat/default.nix
+++ b/pkgs/servers/http/tomcat/default.nix
@@ -32,7 +32,7 @@ let
       homepage = "https://tomcat.apache.org/";
       description = "An implementation of the Java Servlet and JavaServer Pages technologies";
       platforms = platforms.all;
-      maintainers = [ ];
+      maintainers = with maintainers; [ anthonyroussel ];
       license = [ licenses.asl20 ];
       sourceProvenance = with sourceTypes; [ binaryBytecode ];
     };