From 41dc6930cde29a42423bad78dd337d54937b2dbc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 26 Apr 2013 22:40:29 +0200 Subject: [PATCH] filezilla: cosmetic changes to meta section --- pkgs/applications/networking/ftp/filezilla/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/ftp/filezilla/default.nix b/pkgs/applications/networking/ftp/filezilla/default.nix index 5d682de5979..540d7e617e4 100644 --- a/pkgs/applications/networking/ftp/filezilla/default.nix +++ b/pkgs/applications/networking/ftp/filezilla/default.nix @@ -17,7 +17,14 @@ stdenv.mkDerivation { meta = { homepage = "http://filezilla-project.org/"; - description = "FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more."; + description = "Graphical FTP, FTPS and SFTP client"; license = "GPLv2"; + + longDescription = '' + FileZilla Client is a free, open source FTP client. It supports + FTP, SFTP, and FTPS (FTP over SSL/TLS). The client is available + under many platforms, binaries for Windows, Linux and Mac OS X are + provided. + ''; }; }