axis2: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2023-11-07 11:38:34 +01:00
parent a4f37c8896
commit 9489fc779e
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -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;