From 73a08a19149c756ffe939105520381ecb330d37b Mon Sep 17 00:00:00 2001
From: Peter Simons <simons@cryp.to>
Date: Thu, 7 Oct 2010 14:05:19 +0000
Subject: [PATCH] pkgs/tools/networking/x11-ssh-askpass: capitalize first
 letter of meta.description

svn path=/nixpkgs/trunk/; revision=24144
---
 pkgs/tools/networking/x11-ssh-askpass/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/tools/networking/x11-ssh-askpass/default.nix b/pkgs/tools/networking/x11-ssh-askpass/default.nix
index e9d68c3f6daa..5088d92a8c7f 100644
--- a/pkgs/tools/networking/x11-ssh-askpass/default.nix
+++ b/pkgs/tools/networking/x11-ssh-askpass/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
 
   meta = {
     homepage = "http://www.jmknoble.net/software/x11-ssh-askpass/";
-    description = "lightweight passphrase dialog for OpenSSH or other open variants of SSH";
+    description = "Lightweight passphrase dialog for OpenSSH or other open variants of SSH";
 
     platforms = stdenv.lib.platforms.unix;
     maintainers = [];