filezilla: cosmetic changes to meta section

This commit is contained in:
Peter Simons 2013-04-26 22:40:29 +02:00
parent 2451e405c2
commit 41dc6930cd

View file

@ -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.
'';
};
}