GitHub user frankier opened a pull request:
https://github.com/apache/any23/pull/57
Fix HTTP repository link: change to HTTPS
The any23-repository-external repository will currently cause setups
forbidding fetching packages over plain HTTP to error. Notably this includes
Leiningen. Luckily we can just use the HTTPS url instead.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/frankier/any23 http-to-https
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/57.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #57
----
commit 97e364ae49e4d139966d659ce5725ee2ff3005d4
Author: Frankie Robertson <frankie@...>
Date: 2018-01-08T07:09:22Z
Fix HTTP repository link
----
---