commit ef24087473dbbda59a6d227b08861af5b708c410 Author: Damian Johnson atagar@torproject.org Date: Thu Apr 5 12:38:16 2018 -0700
Link to openports.se for OpenBSD
Seems like a nicer landing page to link to. It directs folks to CSVweb if they want it. --- web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/index.html b/web/index.html index a45f143..50eae11 100644 --- a/web/index.html +++ b/web/index.html @@ -418,8 +418,8 @@ sudo python setup.py install</pre><br></li> </div>
<div class="platform"> - <a href="https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/nyx/" id="openbsd"><img src="images/download/openbsd.png" alt="OpenBSD"></a> - <a href="https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/nyx/" class="platform-title">OpenBSD</a> + <a href="http://openports.se/net/nyx" id="openbsd"><img src="images/download/openbsd.png" alt="OpenBSD"></a> + <a href="http://openports.se/net/nyx" class="platform-title">OpenBSD</a> <p>Port maintained by pascal for OpenBSD.</p> <pre>% pkg_add nyx</pre> </div>
tor-commits@lists.torproject.org