axis2: add anthonyroussel to maintainers

+1 -1
+1 -1
pkgs/servers/http/tomcat/axis2/default.nix
··· 17 description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack"; 18 homepage = "https://axis.apache.org/axis2/java/core/"; 19 changelog = "https://axis.apache.org/axis2/java/core/release-notes/${version}.html"; 20 - maintainers = [ ]; 21 platforms = lib.platforms.unix; 22 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 23 license = lib.licenses.asl20;
··· 17 description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack"; 18 homepage = "https://axis.apache.org/axis2/java/core/"; 19 changelog = "https://axis.apache.org/axis2/java/core/release-notes/${version}.html"; 20 + maintainers = [ lib.maintainers.anthonyroussel ]; 21 platforms = lib.platforms.unix; 22 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 23 license = lib.licenses.asl20;