Hi Dan,
On Sun, Mar 11, 2018 at 12:55:59PM -0400, Dan Kohn wrote:
> I'm the author of the CNCF Cloud Native Interactive Landscape, which tracks
> projects and products used in open source. We include HAProxy:
>
> https://landscape.cncf.io/grouping=no&selected=ha-proxy&sort=latest-commit
>
> However, our info on latest commit is out of date because
> https://github.com/haproxy/haproxy is no longer mirroring
> http://www.haproxy.org/. Would it be possible to update the mirror, please?
The Github link above is not a mirror, it's an unofficial fork with a few
local patches which has already caused some confusion in the past as it
was receiving issues and pull requests that were ignored.
The correct Git URLs are :
http://git.haproxy.org/git/haproxy.git/ (development tree)
http://git.haproxy.org/git/haproxy-1.8.git/ (1.8 stable tree)
Hoping this helps,
Willy