aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libchop
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-11-13 14:56:14 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-11-13 14:56:14 +0000
commitac443637fec5f9f363146c9dd14279d93f1890e4 (patch)
tree2cf5fa006e5b9e8ac7916adf96f02e248fefb939 /pkgs/development/libraries/libchop
parentfa97f540015f485faa6fecf0dbd4b4f41cdd96ef (diff)
Fixing the description of libchop; it had the reminiscences of the gnutls default.nix I used as base.
svn path=/nixpkgs/trunk/; revision=30413
Diffstat (limited to 'pkgs/development/libraries/libchop')
-rw-r--r--pkgs/development/libraries/libchop/default.nix19
1 files 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 ];
};
}