diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-21 19:51:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-22 00:20:12 +0200 |
commit | df23cac7521c1b26c8d02167d971252ad685ba1e (patch) | |
tree | 1cf59f3075877f12b73a5e10f52ab0f66808e3c7 /gnu/packages/tor.scm | |
parent | 4e3a72d9c54b1c66f321396aa10d7b3ffbac2083 (diff) | |
download | guix-df23cac7521c1b26c8d02167d971252ad685ba1e.tar guix-df23cac7521c1b26c8d02167d971252ad685ba1e.tar.gz |
gnu: nyx: Update home page.
* gnu/packages/tor.scm (nyx)[home-page]: Update.
[description]: Remove last reference to old ‘arm’ project name.
Diffstat (limited to 'gnu/packages/tor.scm')
-rw-r--r-- | gnu/packages/tor.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index d26fddc36f..fda5f2016e 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -295,12 +295,10 @@ from you.") (replace 'check (lambda _ (invoke "./run_tests.py" "--unit")))))) - ;; A Nyx home page is ‘being worked on’. Use Arm's for now, which at - ;; least mentions the new source repository: - (home-page "http://www.atagar.com/arm/") + (home-page "https://nyx.torproject.org/") (synopsis "Tor relay status monitor") - (description "Nyx (formerly Anonymizing Relay Monitor or \"arm\") -monitors the performance of relays participating in the + (description + "Nyx monitors the performance of relays participating in the @uref{https://www.torproject.org/, Tor anonymity network}. It displays this information visually and in real time, using a curses-based terminal interface. This makes Nyx well-suited for remote shell connections and servers without a |