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 92455139084 for ; Fri, 22 Dec 2017 10:31:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2A68E0E98; Fri, 22 Dec 2017 10:31:42 +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 BE8F3E0E98 for ; Fri, 22 Dec 2017 10:31:42 +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 A218E341646 for ; Fri, 22 Dec 2017 10:31:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 359BAA1A0 for ; Fri, 22 Dec 2017 10:31:40 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1513938690.61869d2908460f09ce1fbb81a2059a10ce505c74.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/relational/relational-2.5.ebuild X-VCS-Directories: sci-mathematics/relational/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 61869d2908460f09ce1fbb81a2059a10ce505c74 X-VCS-Branch: master Date: Fri, 22 Dec 2017 10:31:40 +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: 1d480e0c-996a-402c-89f1-9686e14454db X-Archives-Hash: 9ade570705300f202c6e3abac273c3d2 commit: 61869d2908460f09ce1fbb81a2059a10ce505c74 Author: Michael Palimaka gentoo org> AuthorDate: Fri Dec 22 10:24:13 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Dec 22 10:31:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61869d29 sci-mathematics/relational: use HTTPS Package-Manager: Portage-2.3.14, Repoman-2.3.6 sci-mathematics/relational/relational-2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/relational/relational-2.5.ebuild b/sci-mathematics/relational/relational-2.5.ebuild index 03000185362..77b6e6980c7 100644 --- a/sci-mathematics/relational/relational-2.5.ebuild +++ b/sci-mathematics/relational/relational-2.5.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{4,5} ) inherit python-single-r1 DESCRIPTION="Educational tool for relational algebra" -HOMEPAGE="http://ltworf.github.io/relational/" +HOMEPAGE="https://ltworf.github.io/relational/" SRC_URI="https://github.com/ltworf/${PN}/releases/download/${PV}/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-3"