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 ED2BB138331 for ; Fri, 25 May 2018 22:28:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE00BE0849; Fri, 25 May 2018 22:28:18 +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 AFDDFE0849 for ; Fri, 25 May 2018 22:28:18 +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 72CDC335C97 for ; Fri, 25 May 2018 22:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AABB2A9 for ; Fri, 25 May 2018 22:28:16 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527287287.57ecccdb0f0f36efa5b644918eaa4c626e5f7c97.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kapteyn/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/kapteyn/kapteyn-2.3.ebuild X-VCS-Directories: sci-astronomy/kapteyn/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 57ecccdb0f0f36efa5b644918eaa4c626e5f7c97 X-VCS-Branch: master Date: Fri, 25 May 2018 22:28:16 +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: 1cdf8e50-5a76-4381-b638-f9df49009720 X-Archives-Hash: 776cc8aa64aff71699a7eee49744ef01 commit: 57ecccdb0f0f36efa5b644918eaa4c626e5f7c97 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri May 25 19:53:41 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri May 25 22:28:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ecccdb sci-astronomy/kapteyn: use HTTPs sci-astronomy/kapteyn/kapteyn-2.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-astronomy/kapteyn/kapteyn-2.3.ebuild b/sci-astronomy/kapteyn/kapteyn-2.3.ebuild index 853ec1ed2cf..91ca272bf85 100644 --- a/sci-astronomy/kapteyn/kapteyn-2.3.ebuild +++ b/sci-astronomy/kapteyn/kapteyn-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Collection of python tools for astronomy" -HOMEPAGE="http://www.astro.rug.nl/software/kapteyn" -SRC_URI="http://www.astro.rug.nl/software/kapteyn/${P}.tar.gz" +HOMEPAGE="https://www.astro.rug.nl/software/kapteyn/" +SRC_URI="https://www.astro.rug.nl/software/kapteyn/${P}.tar.gz" LICENSE="BSD" SLOT="0"