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 ];
meta = {
homepage = http://lftp.yar.ru/;
meta = with stdenv.lib; {
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 ];
};
}