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:34 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-07 11:38:34 +0100
commit9489fc779e2ed2c6536ead22b0fd8192ad4e80fe (patch)
tree2dee65719f2c6503fb8a125eeb5d7a5137db479f /pkgs/servers/http
parenta4f37c8896be3003cd0f0882a46a8ba1fc81c5ad (diff)
downloadnixlib-9489fc779e2ed2c6536ead22b0fd8192ad4e80fe.tar
nixlib-9489fc779e2ed2c6536ead22b0fd8192ad4e80fe.tar.gz
nixlib-9489fc779e2ed2c6536ead22b0fd8192ad4e80fe.tar.bz2
nixlib-9489fc779e2ed2c6536ead22b0fd8192ad4e80fe.tar.lz
nixlib-9489fc779e2ed2c6536ead22b0fd8192ad4e80fe.tar.xz
nixlib-9489fc779e2ed2c6536ead22b0fd8192ad4e80fe.tar.zst
nixlib-9489fc779e2ed2c6536ead22b0fd8192ad4e80fe.zip
axis2: add anthonyroussel to maintainers
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/tomcat/axis2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/tomcat/axis2/default.nix b/pkgs/servers/http/tomcat/axis2/default.nix
index ba35edc9017d..5cee9020b8aa 100644
--- a/pkgs/servers/http/tomcat/axis2/default.nix
+++ b/pkgs/servers/http/tomcat/axis2/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
     description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack";
     homepage = "https://axis.apache.org/axis2/java/core/";
     changelog = "https://axis.apache.org/axis2/java/core/release-notes/${version}.html";
-    maintainers = [ ];
+    maintainers = [ lib.maintainers.anthonyroussel ];
     platforms = lib.platforms.unix;
     sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
     license = lib.licenses.asl20;