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 1FA3B1382C5 for ; Wed, 16 May 2018 22:50:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 442BAE0969; Wed, 16 May 2018 22:50:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1A1FCE096A for ; Wed, 16 May 2018 22:50:40 +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 B71F8335C43 for ; Wed, 16 May 2018 22:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92E4427B for ; Wed, 16 May 2018 22:50:36 +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: <1526510971.54295c90d81aeea2264f3062f237ff2f3234941f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/txt2tags/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/txt2tags/txt2tags-2.6-r1.ebuild X-VCS-Directories: app-text/txt2tags/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 54295c90d81aeea2264f3062f237ff2f3234941f X-VCS-Branch: master Date: Wed, 16 May 2018 22:50:36 +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: 1e3a645a-48c6-4a2d-a0c8-0d7ed485f171 X-Archives-Hash: c919611b1bce1e6db7bec66b307acc59 commit: 54295c90d81aeea2264f3062f237ff2f3234941f Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed May 16 14:23:04 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed May 16 22:49:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54295c90 app-text/txt2tags: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8432 app-text/txt2tags/txt2tags-2.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/txt2tags/txt2tags-2.6-r1.ebuild b/app-text/txt2tags/txt2tags-2.6-r1.ebuild index 06bd030e0bd..701f24a7853 100644 --- a/app-text/txt2tags/txt2tags-2.6-r1.ebuild +++ b/app-text/txt2tags/txt2tags-2.6-r1.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=5 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="tk?" inherit eutils elisp-common python-single-r1 DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file with markup" -HOMEPAGE="http://txt2tags.org/" +HOMEPAGE="https://txt2tags.org" SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz" LICENSE="GPL-2"