From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 05/06: gnu: wget: Add wget2. Date: Thu, 16 Nov 2017 17:22:30 -0500 Message-ID: <87efoxg8yh.fsf@netris.org> References: <20171116094415.27844.20309@vcs0.savannah.gnu.org> <20171116094416.BC34420677@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFSYn-0002yR-4L for guix-devel@gnu.org; Thu, 16 Nov 2017 17:23:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFSYj-00034C-Vs for guix-devel@gnu.org; Thu, 16 Nov 2017 17:23:01 -0500 In-Reply-To: <20171116094416.BC34420677@vcs0.savannah.gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22's\?\= message of "Thu, 16 Nov 2017 04:44:16 -0500 (EST)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org, Rutger Helling ludo@gnu.org (Ludovic Court=C3=A8s) writes: > civodul pushed a commit to branch master > in repository guix. > > commit afc438231623fceb4ec8f3aa2f8c4e8f99a3ec22 > Author: Rutger Helling > Date: Tue Nov 14 19:01:08 2017 +0100 > > gnu: wget: Add wget2. >=20=20=20=20=20 > * gnu/packages/wget.scm (wget2): New variable. >=20=20=20=20=20 > Signed-off-by: Ludovic Court=C3=A8s [...] > + (home-page "https://github.com/rockdaboot/wget2") > + (synopsis "Successor of GNU Wget") > + (description "GNU Wget2 is the successor of GNU Wget, a file and recu= rsive > +website downloader. Designed and written from scratch it wraps around l= ibwget, > +that provides the basic functions needed by a web client.") > + (license (list gpl3+ lgpl3+)))) I was curious about this claim "Successor of GNU Wget", so I looked at the canonical GNU Wget site: https://gnu.org/s/wget which states: Currently GNU Wget2 is being developed. Please help us if you can with testing, docs, organization, development, ... see you at Wget2 collaboration site For the source and home-page URLs, I would prefer to promote the gitlab site over the github one, especially since that's the one referenced from . What do you think? Mark