diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-07-29 10:13:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-07-29 10:13:12 +0200 |
commit | a3947cb1b8c471a04abb785b830da661b197aaae (patch) | |
tree | 917e3c3531a66d0f0806506df4809290d7d263ec /gnu/packages/gnunet.scm | |
parent | c777570b5783b76b3c846e324048cbfbcac39166 (diff) | |
download | patches-a3947cb1b8c471a04abb785b830da661b197aaae.tar patches-a3947cb1b8c471a04abb785b830da661b197aaae.tar.gz |
gnu: Sync GNU descriptions with upstream.
From 'guix lint -c gnu-description'.
* gnu/packages/gnunet.scm (gnunet): Adjust description.
* gnu/packages/marst.scm (marst): Likewise.
* gnu/packages/maths.scm (c-graph): Likewise.
* gnu/packages/networking.scm (macchanger): Likewise.
Diffstat (limited to 'gnu/packages/gnunet.scm')
-rw-r--r-- | gnu/packages/gnunet.scm | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index f052eab40c..67b04375e8 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -257,14 +257,12 @@ supports HTTPS, HTTPS and GnuTLS.") %standard-phases))))) (synopsis "Secure, decentralized, peer-to-peer networking framework") (description - "GNUnet is a framework for secure peer-to-peer networking that does not -use any centralized or otherwise trusted services. Our high-level goal is to -provide a strong free software foundation for a global network that provides -security and privacy. GNUnet started with an idea for anonymous -censorship-resistant file-sharing, but has grown to incorporate other -applications as well as many generic building blocks for secure networking -applications. In particular, GNUnet now includes the GNU Name System, a -privacy-preserving, decentralized public key infrastructure.") + "GNUnet is a framework for secure peer-to-peer networking. The +high-level goal is to provide a strong foundation of free software for a +global, distributed network that provides security and privacy. GNUnet in +that sense aims to replace the current internet protocol stack. Along with +an application for secure publication of files, it has grown to include all +kinds of basic applications for the foundation of a GNU internet.") (license license:gpl3+) (home-page "https://gnunet.org/"))) |