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 8824A13904A for ; Fri, 8 Nov 2019 21:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AC12E0A7C; Fri, 8 Nov 2019 21:14:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F2091E0A70 for ; Fri, 8 Nov 2019 21:13:59 +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 F341B34CAD2 for ; Fri, 8 Nov 2019 21:13:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2445A8BC for ; Fri, 8 Nov 2019 21:13:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573247629.08e6bc004225978b5b4ca5b3f38f4375244a807a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xhtml1/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xhtml1/xhtml1-20020801-r6.ebuild X-VCS-Directories: app-text/xhtml1/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 08e6bc004225978b5b4ca5b3f38f4375244a807a X-VCS-Branch: master Date: Fri, 8 Nov 2019 21:13:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c44d9f2-ca30-4538-873c-c810b8bd1bd4 X-Archives-Hash: 1e12f8c4e30163f7831baae685a28565 commit: 08e6bc004225978b5b4ca5b3f38f4375244a807a Author: Michał Górny gentoo org> AuthorDate: Fri Nov 8 21:12:34 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 8 21:13:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e6bc00 app-text/xhtml1: Switch HOMEPAGE to https Signed-off-by: Michał Górny gentoo.org> app-text/xhtml1/xhtml1-20020801-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xhtml1/xhtml1-20020801-r6.ebuild b/app-text/xhtml1/xhtml1-20020801-r6.ebuild index e4ee29db7af..41ac3da774b 100644 --- a/app-text/xhtml1/xhtml1-20020801-r6.ebuild +++ b/app-text/xhtml1/xhtml1-20020801-r6.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit sgml-catalog-r1 DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.0" -HOMEPAGE="http://www.w3.org/TR/xhtml1/" +HOMEPAGE="https://www.w3.org/TR/xhtml1/" SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="W3C"