tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
axis2: add meta.changelog
Anthony Roussel
2 years ago
789fe864
5b146274
+1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
http
tomcat
axis2
default.nix
+1
pkgs/servers/http/tomcat/axis2/default.nix
···
16
16
meta = {
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";
19
20
maintainers = [ ];
20
21
platforms = lib.platforms.unix;
21
22
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];