bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [PATCH v3] gnulib: use https:// instead of git://


From: Tim Rühsen
Subject: Re: [Bug-wget] [PATCH v3] gnulib: use https:// instead of git://
Date: Fri, 26 Oct 2018 22:58:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

Applied. Thanks for your contribution !

Regards, Tim

On 25.10.18 22:39, address@hidden wrote:
> From: Luiz Angelo Daros de Luca <address@hidden>
> 
> git:// does not work over http proxy
> 
> Signed-off-by: Luiz Angelo Daros de Luca <address@hidden>
> ---
>  .gitmodules | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.gitmodules b/.gitmodules
> index acb26693..546e03fa 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -1,3 +1,3 @@
>  [submodule "gnulib"]
>       path = gnulib
> -     url = git://git.sv.gnu.org/gnulib.git
> +     url = https://git.savannah.gnu.org/git/gnulib.git
> 

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]