More description fixes
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "make network connection via SOCKS and https proxy.";
|
||||
description = "Make network connection via SOCKS and https proxy";
|
||||
longDescription = ''
|
||||
This proxy traversal tool is intended to assist OpenSSH (via ProxyCommand
|
||||
in ~/.ssh/config) and GIT (via $GIT_PROXY_COMMAND) utilize SOCKS and https proxies.
|
||||
|
||||
Reference in New Issue
Block a user