mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
pkgs/tools/networking/x11-ssh-askpass: capitalize first letter of meta.description
svn path=/nixpkgs/trunk/; revision=24144
This commit is contained in:
parent
c7b5ea13ea
commit
73a08a1914
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user