summary refs log tree commit diff
path: root/pkgs/tools/networking/x11-ssh-askpass
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-10-07 14:05:19 +0000
committerPeter Simons <simons@cryp.to>2010-10-07 14:05:19 +0000
commit73a08a19149c756ffe939105520381ecb330d37b (patch)
treedef99dea97efa377115a9acc80ca97fa10d3a873 /pkgs/tools/networking/x11-ssh-askpass
parentc7b5ea13eae0e45be273d59522a38d83dcd1c35c (diff)
downloadnixpkgs-73a08a19149c756ffe939105520381ecb330d37b.tar
nixpkgs-73a08a19149c756ffe939105520381ecb330d37b.tar.gz
nixpkgs-73a08a19149c756ffe939105520381ecb330d37b.tar.bz2
nixpkgs-73a08a19149c756ffe939105520381ecb330d37b.tar.lz
nixpkgs-73a08a19149c756ffe939105520381ecb330d37b.tar.xz
nixpkgs-73a08a19149c756ffe939105520381ecb330d37b.tar.zst
nixpkgs-73a08a19149c756ffe939105520381ecb330d37b.zip
pkgs/tools/networking/x11-ssh-askpass: capitalize first letter of meta.description
svn path=/nixpkgs/trunk/; revision=24144
Diffstat (limited to 'pkgs/tools/networking/x11-ssh-askpass')
-rw-r--r--pkgs/tools/networking/x11-ssh-askpass/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/x11-ssh-askpass/default.nix b/pkgs/tools/networking/x11-ssh-askpass/default.nix
index e9d68c3f6da..5088d92a8c7 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 = [];