tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
axis2: add anthonyroussel to maintainers
Anthony Roussel
2 years ago
9489fc77
a4f37c88
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
http
tomcat
axis2
default.nix
+1
-1
pkgs/servers/http/tomcat/axis2/default.nix
···
17
17
description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack";
18
18
homepage = "https://axis.apache.org/axis2/java/core/";
19
19
changelog = "https://axis.apache.org/axis2/java/core/release-notes/${version}.html";
20
20
-
maintainers = [ ];
20
20
+
maintainers = [ lib.maintainers.anthonyroussel ];
21
21
platforms = lib.platforms.unix;
22
22
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
23
23
license = lib.licenses.asl20;