From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 7BFAD1FC09 for ; Thu, 25 Jul 2019 03:36:23 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JZOR6jOjhIkv for ; Thu, 25 Jul 2019 03:36:23 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id D43111FBC7 for ; Thu, 25 Jul 2019 03:36:22 -0400 (EDT) Date: Thu, 25 Jul 2019 10:36:06 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] third_party/serpent: Use https for travis sake Message-ID: <20190725073605.bo3ywktlmqjncgi7@tkn_work_nb> References: <20190724215324.27881-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190724215324.27881-1-gorcunov@gmail.com> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Cyrill Gorcunov Cc: tml Thanks! LGTM. WBR, Alexander Turenko. On Thu, Jul 25, 2019 at 12:53:24AM +0300, Cyrill Gorcunov wrote: > --- > .gitmodules | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.gitmodules b/.gitmodules > index 2db068148..1062f7379 100644 > --- a/.gitmodules > +++ b/.gitmodules > @@ -36,4 +36,4 @@ > url = https://github.com/tarantool/decNumber.git > [submodule "third_party/serpent"] > path = third_party/serpent > - url = git@github.com:tarantool/serpent.git > + url = https://github.com/tarantool/serpent.git > -- > 2.20.1 >