From b6160fa7362ab62f7ad40477d63350827307e2d8 Mon Sep 17 00:00:00 2001 From: Arseniy Seroka Date: Sat, 1 Aug 2015 13:28:41 +0300 Subject: [PATCH] monkeysphere: fix description --- pkgs/tools/security/monkeysphere/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/security/monkeysphere/default.nix b/pkgs/tools/security/monkeysphere/default.nix index 99d25007723..f0d3a870676 100644 --- a/pkgs/tools/security/monkeysphere/default.nix +++ b/pkgs/tools/security/monkeysphere/default.nix @@ -28,7 +28,8 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = http://web.monkeysphere.info/; - description = '' + description = "Leverage the OpenPGP web of trust for SSH and TLS authentication"; + longDescription = '' The Monkeysphere project's goal is to extend OpenPGP's web of trust to new areas of the Internet to help us securely identify servers we connect to, as well as each other while we work online.