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 99647138334 for ; Sat, 15 Sep 2018 19:37:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61B8DE0C28; Sat, 15 Sep 2018 19:37:23 +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 3468DE0C28 for ; Sat, 15 Sep 2018 19:37:23 +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 EA69D335CE4 for ; Sat, 15 Sep 2018 19:37:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 540B63E5 for ; Sat, 15 Sep 2018 19:37:20 +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: <1537040226.91f96a72bf5483f43d01c7b5d8da2efd3ea3d4c9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-bootswatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild X-VCS-Directories: dev-python/mkdocs-bootswatch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 91f96a72bf5483f43d01c7b5d8da2efd3ea3d4c9 X-VCS-Branch: master Date: Sat, 15 Sep 2018 19:37:20 +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: b1854f23-b71e-4c7c-840d-b36b6e987011 X-Archives-Hash: f8779ad6e7abbbdd05b6b87b3c2cb60b commit: 91f96a72bf5483f43d01c7b5d8da2efd3ea3d4c9 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Sep 1 18:36:12 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 15 19:37:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f96a72 dev-python/mkdocs-bootswatch: use HTTPs dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild index 012e3922c69..6aad45b4cb2 100644 --- a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.ebuild +++ b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.4.0.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Bootswatch themes for MkDocs" -HOMEPAGE="http://www.mkdocs.org" +HOMEPAGE="https://www.mkdocs.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"