Merge pull request #2381 from linquize/axis2

axis2: Remove the extra slash in URL
This commit is contained in:
Sander van der Burg 2014-04-25 10:29:52 +02:00
commit ff48fce0cf

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";
};