about summary refs log tree commit diff
path: root/pkgs/tools/security/monkeysphere
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2015-08-01 13:28:41 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2015-08-01 13:28:41 +0300
commitb6160fa7362ab62f7ad40477d63350827307e2d8 (patch)
treea166448a79bd1914ad4f5623b6c53be504c9efde /pkgs/tools/security/monkeysphere
parentb80df37494407b0d5410365fe2446f573dd0d83a (diff)
downloadnixlib-b6160fa7362ab62f7ad40477d63350827307e2d8.tar
nixlib-b6160fa7362ab62f7ad40477d63350827307e2d8.tar.gz
nixlib-b6160fa7362ab62f7ad40477d63350827307e2d8.tar.bz2
nixlib-b6160fa7362ab62f7ad40477d63350827307e2d8.tar.lz
nixlib-b6160fa7362ab62f7ad40477d63350827307e2d8.tar.xz
nixlib-b6160fa7362ab62f7ad40477d63350827307e2d8.tar.zst
nixlib-b6160fa7362ab62f7ad40477d63350827307e2d8.zip
monkeysphere: fix description
Diffstat (limited to 'pkgs/tools/security/monkeysphere')
-rw-r--r--pkgs/tools/security/monkeysphere/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/security/monkeysphere/default.nix b/pkgs/tools/security/monkeysphere/default.nix
index 99d25007723b..f0d3a870676c 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.