From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF5111382C5 for ; Sat, 20 Jan 2018 21:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39FB6E0884; Sat, 20 Jan 2018 21:37:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BB05E0884 for ; Sat, 20 Jan 2018 21:37:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DB00335C31 for ; Sat, 20 Jan 2018 21:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C54381B8 for ; Sat, 20 Jan 2018 21:37:00 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1516484214.1c723baf788de9babc310c1988d63347f4429f43.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/sga/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/sga/sga-9999.ebuild X-VCS-Directories: sci-biology/sga/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 1c723baf788de9babc310c1988d63347f4429f43 X-VCS-Branch: master Date: Sat, 20 Jan 2018 21:37:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2c7af87c-e32f-49c7-9e28-5f9621660eba X-Archives-Hash: c5818335ac2d437fb1d8c5a16ad22532 commit: 1c723baf788de9babc310c1988d63347f4429f43 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Jan 20 21:36:54 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sat Jan 20 21:36:54 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1c723baf sci-biology/sga: convert git:// to https:// Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-biology/sga/sga-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/sga/sga-9999.ebuild b/sci-biology/sga/sga-9999.ebuild index a9d46d697..38212a3e2 100644 --- a/sci-biology/sga/sga-9999.ebuild +++ b/sci-biology/sga/sga-9999.ebuild @@ -7,7 +7,7 @@ inherit eutils git-r3 DESCRIPTION="String Graph OLC Assembler for short reads (overlap-layout-consensus)" HOMEPAGE="https://github.com/jts/sga" -EGIT_REPO_URI="git://github.com/jts/sga" +EGIT_REPO_URI="https://github.com/jts/sga" LICENSE="GPL-3" SLOT="0"