summary refs log tree commit diff
path: root/gnu/packages/gnunet.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-04-06 21:17:42 +0200
committerLudovic Courtès <ludo@gnu.org>2014-04-06 21:18:13 +0200
commit574e86f9cf7a62a235f3b1cfa215b82e47bcd5a7 (patch)
treea711b375f16e39073b82714ad6105d1eeb6f4d12 /gnu/packages/gnunet.scm
parent0ec6237b2ec48b2acd506788d6c1b734f27896e5 (diff)
downloadguix-574e86f9cf7a62a235f3b1cfa215b82e47bcd5a7.tar.gz
gnu: Synchronize synopses and descriptions with the Womb.
* gnu/packages/gnunet.scm (gnunet): Synchronize description and synopsis
  with upstream.
* gnu/packages/maths.scm (units): Likewise.
* gnu/packages/grub.scm (grub): Likewise.
* gnu/packages/pretty-print.scm (enscript): Likewise.
Diffstat (limited to 'gnu/packages/gnunet.scm')
-rw-r--r--gnu/packages/gnunet.scm15
1 files changed, 9 insertions, 6 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 3b111fd27c..55942019b5 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -240,12 +240,15 @@ supports HTTPS, HTTPS and GnuTLS.")
           (alist-delete
            'check
            %standard-phases)))))
-   (synopsis "Anonymous peer-to-peer file-sharing framework")
+   (synopsis "Secure, decentralized, peer-to-peer networking framework")
    (description
-    "GNUnet is a framework for secure, peer-to-peer networking.  It works in a
-decentralized manner and does not rely on any notion of trusted services.  One
-service implemented on it is censorship-resistant file-sharing.  Communication
-is encrypted and anonymity is provided by making messages originating from a
-peer indistinguishable from those that the peer is routing.")
+    "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.")
    (license license:gpl3+)
    (home-page "https://gnunet.org/")))