···4748 meta = with lib; {
49 description = "Tool for retrieving files using HTTP, HTTPS, and FTP";
0050 longDescription =
51 '' GNU Wget is a free software package for retrieving files using HTTP,
52 HTTPS and FTP, the most widely-used Internet protocols. It is a
53 non-interactive commandline tool, so it may easily be called from
54 scripts, cron jobs, terminals without X-Windows support, etc.
55 '';
56- license = licenses.gpl3Plus;
57- homepage = "https://www.gnu.org/software/wget/";
58 maintainers = with maintainers; [ fpletz ];
59 platforms = platforms.all;
60 };
···4748 meta = with lib; {
49 description = "Tool for retrieving files using HTTP, HTTPS, and FTP";
50+ homepage = "https://www.gnu.org/software/wget/";
51+ license = licenses.gpl3Plus;
52 longDescription =
53 '' GNU Wget is a free software package for retrieving files using HTTP,
54 HTTPS and FTP, the most widely-used Internet protocols. It is a
55 non-interactive commandline tool, so it may easily be called from
56 scripts, cron jobs, terminals without X-Windows support, etc.
57 '';
58+ mainProgram = "wget";
059 maintainers = with maintainers; [ fpletz ];
60 platforms = platforms.all;
61 };