From ac443637fec5f9f363146c9dd14279d93f1890e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 13 Nov 2011 14:56:14 +0000 Subject: [PATCH] Fixing the description of libchop; it had the reminiscences of the gnutls default.nix I used as base. svn path=/nixpkgs/trunk/; revision=30413 --- .../development/libraries/libchop/default.nix | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/pkgs/development/libraries/libchop/default.nix b/pkgs/development/libraries/libchop/default.nix index 53deebc81909..be6bc4293016 100644 --- a/pkgs/development/libraries/libchop/default.nix +++ b/pkgs/development/libraries/libchop/default.nix @@ -15,25 +15,12 @@ stdenv.mkDerivation rec { doCheck = true; meta = { - description = "The GNU Transport Layer Security Library"; - - longDescription = '' - GnuTLS is a project that aims to develop a library which - provides a secure layer, over a reliable transport - layer. Currently the GnuTLS library implements the proposed - standards by the IETF's TLS working group. - - Quoting from the TLS protocol specification: - - "The TLS protocol provides communications privacy over the - Internet. The protocol allows client/server applications to - communicate in a way that is designed to prevent eavesdropping, - tampering, or message forgery." - ''; + description = "Set of utilities and library for data backup and distributed storage"; homepage = http://nongnu.org/libchop/; license = "GPLv3+"; - maintainers = [ stdenv.lib.maintainers.ludo stdenv.lib.maintainers.viric ]; + maintainers = [ stdenv.lib.maintainers.ludo + stdenv.lib.maintainers.viric ]; }; }