filezilla: cosmetic changes to meta section
This commit is contained in:
parent
2451e405c2
commit
41dc6930cd
@ -17,7 +17,14 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://filezilla-project.org/";
|
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";
|
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.
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user