From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 05/06: gnu: wget: Add wget2. Date: Fri, 17 Nov 2017 14:28:54 -0500 Message-ID: <87y3n4u2kp.fsf@netris.org> References: <20171116094415.27844.20309@vcs0.savannah.gnu.org> <20171116094416.BC34420677@vcs0.savannah.gnu.org> <87efoxg8yh.fsf@netris.org> <90f5315724b7899cac692220130f5395@mykolab.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFmKD-00071T-PY for guix-devel@gnu.org; Fri, 17 Nov 2017 14:29:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFmK8-0000jc-WA for guix-devel@gnu.org; Fri, 17 Nov 2017 14:29:17 -0500 In-Reply-To: <90f5315724b7899cac692220130f5395@mykolab.com> (Rutger Helling's message of "Fri, 17 Nov 2017 08:34:16 +0100") 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: Rutger Helling Cc: guix-devel@gnu.org Hi, Rutger Helling writes: > I wrote a small patch that switches to the official mirror. Your patch changes the source URI, but not the home-page. Would you like to update your patch to change the home-page too? Mark > From 18d5e35e56f4c34ad0e55cee18eef86b8ea2d5f9 Mon Sep 17 00:00:00 2001 > From: Rutger Helling > Date: Fri, 17 Nov 2017 08:29:10 +0100 > Subject: [PATCH] gnu: wget2: Switch to official URL. > > * gnu/packages/wget.scm (wget2): Switch to official URL. > --- > gnu/packages/wget.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm > index a4862d515..bc3b3ad5d 100644 > --- a/gnu/packages/wget.scm > +++ b/gnu/packages/wget.scm > @@ -130,7 +130,7 @@ online pastebin services.") > (origin > (method git-fetch) > (uri (git-reference > - (url "https://github.com/rockdaboot/wget2") > + (url "https://gitlab.com/gnuwget/wget2.git") > (commit "b45709d3d21714135ce79df6abbdcb704684063d") > (recursive? #t))) ;; Needed for 'gnulib' git submodule. > (file-name (string-append name "-" version "-checkout"))