commit: 0881023670e7bbd797f6d702f4746c1951b014c2
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Sep 1 18:34:29 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 19:37:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08810236
dev-python/mkdocs-bootstrap: use HTTPs
dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild
b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild
index 9b0896d2c93..08bff072c1c 100644
--- a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild
+++ b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.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="Bootstrap theme 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"