about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-10-26 11:00:47 +0200
committerAnthony Roussel <anthony@roussel.dev>2023-11-07 11:35:37 +0100
commit789fe864db6ce585fa6ee811e5dae9b4438ddeaf (patch)
treed81ae20d5bc3a65600219d4e38447ae2e16d208e /pkgs/servers/http
parent5b146274aef03bfc6b964d8089090d9ae050f47b (diff)
downloadnixlib-789fe864db6ce585fa6ee811e5dae9b4438ddeaf.tar
nixlib-789fe864db6ce585fa6ee811e5dae9b4438ddeaf.tar.gz
nixlib-789fe864db6ce585fa6ee811e5dae9b4438ddeaf.tar.bz2
nixlib-789fe864db6ce585fa6ee811e5dae9b4438ddeaf.tar.lz
nixlib-789fe864db6ce585fa6ee811e5dae9b4438ddeaf.tar.xz
nixlib-789fe864db6ce585fa6ee811e5dae9b4438ddeaf.tar.zst
nixlib-789fe864db6ce585fa6ee811e5dae9b4438ddeaf.zip
axis2: add meta.changelog
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/tomcat/axis2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/http/tomcat/axis2/default.nix b/pkgs/servers/http/tomcat/axis2/default.nix
index 8ca1e56e883f..ba35edc9017d 100644
--- a/pkgs/servers/http/tomcat/axis2/default.nix
+++ b/pkgs/servers/http/tomcat/axis2/default.nix
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
   meta = {
     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 = [ ];
     platforms = lib.platforms.unix;
     sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];