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 2D79A1382C5 for ; Sat, 20 Jan 2018 21:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E6EAE0897; Sat, 20 Jan 2018 21:26:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F0240E088B for ; Sat, 20 Jan 2018 21:26:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C518E335C45 for ; Sat, 20 Jan 2018 21:26:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9AA81CA for ; Sat, 20 Jan 2018 21:26:15 +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: <1516483560.a572ed996b4d66a833bc6ac563368a32febb4317.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/nilearn/nilearn-9999.ebuild X-VCS-Directories: sci-biology/nilearn/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: a572ed996b4d66a833bc6ac563368a32febb4317 X-VCS-Branch: master Date: Sat, 20 Jan 2018 21:26:15 +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: d624ea7d-3bf8-49cf-acd5-52252112bbd7 X-Archives-Hash: 097ce576a7099520a8375efca21dab77 commit: a572ed996b4d66a833bc6ac563368a32febb4317 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Jan 20 21:26:00 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sat Jan 20 21:26:00 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a572ed99 sci-biology/nilearn: switch git:// to https:// Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-biology/nilearn/nilearn-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/nilearn/nilearn-9999.ebuild b/sci-biology/nilearn/nilearn-9999.ebuild index d92ca884f..eddfd0e2c 100644 --- a/sci-biology/nilearn/nilearn-9999.ebuild +++ b/sci-biology/nilearn/nilearn-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Fast and easy statistical learning on NeuroImaging data" HOMEPAGE="http://nilearn.github.io/" SRC_URI="" -EGIT_REPO_URI="git://github.com/nilearn/nilearn" +EGIT_REPO_URI="https://github.com/nilearn/nilearn" LICENSE="BSD" SLOT="0"