Fixing the description of libchop; it had the reminiscences of the gnutls default.nix I used as base.
svn path=/nixpkgs/trunk/; revision=30413
This commit is contained in:
parent
fa97f54001
commit
ac443637fe
@ -15,25 +15,12 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The GNU Transport Layer Security Library";
|
description = "Set of utilities and library for data backup and distributed storage";
|
||||||
|
|
||||||
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."
|
|
||||||
'';
|
|
||||||
|
|
||||||
homepage = http://nongnu.org/libchop/;
|
homepage = http://nongnu.org/libchop/;
|
||||||
license = "GPLv3+";
|
license = "GPLv3+";
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.ludo stdenv.lib.maintainers.viric ];
|
maintainers = [ stdenv.lib.maintainers.ludo
|
||||||
|
stdenv.lib.maintainers.viric ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user