axis2: Remove the extra slash in URL

This commit is contained in:
Linquize 2014-04-25 07:32:23 +08:00
parent b12b180fc2
commit 7d5a5354d8

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "axis2-1.6.2";
src = fetchurl {
url = http://apache.proserve.nl//axis/axis2/java/core/1.6.2/axis2-1.6.2-bin.zip;
url = http://apache.proserve.nl/axis/axis2/java/core/1.6.2/axis2-1.6.2-bin.zip;
sha256 = "02i6fv11ksd5ql81i501bcb11ib5gyhq3zxwrz5jm4ic80r097fp";
};