about summary refs log tree commit diff
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
parenta4f37c8896be3003cd0f0882a46a8ba1fc81c5ad (diff)
axis2: add anthonyroussel to maintainers
-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 ba35edc9017db..5cee9020b8aa9 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;