lftp: add/update meta attributes
This commit is contained in:
parent
f249de8312
commit
b8cadc493e
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user