···47474848 meta = with lib; {
4949 description = "Tool for retrieving files using HTTP, HTTPS, and FTP";
5050+ homepage = "https://www.gnu.org/software/wget/";
5151+ license = licenses.gpl3Plus;
5052 longDescription =
5153 '' GNU Wget is a free software package for retrieving files using HTTP,
5254 HTTPS and FTP, the most widely-used Internet protocols. It is a
5355 non-interactive commandline tool, so it may easily be called from
5456 scripts, cron jobs, terminals without X-Windows support, etc.
5557 '';
5656- license = licenses.gpl3Plus;
5757- homepage = "https://www.gnu.org/software/wget/";
5858+ mainProgram = "wget";
5859 maintainers = with maintainers; [ fpletz ];
5960 platforms = platforms.all;
6061 };