mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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 ];
|
||||
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user