lftp: add/update meta attributes

This commit is contained in:
Bjørn Forsman 2014-04-13 22:23:23 +02:00
parent f249de8312
commit b8cadc493e

View File

@ -12,9 +12,11 @@ stdenv.mkDerivation rec {
buildInputs = [ gnutls pkgconfig readline zlib ]; buildInputs = [ gnutls pkgconfig readline zlib ];
meta = { meta = with stdenv.lib; {
homepage = http://lftp.yar.ru/;
description = "A file transfer program supporting a number of network protocols"; description = "A file transfer program supporting a number of network protocols";
license = "GPL"; homepage = http://lftp.yar.ru/;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
}; };
} }