diff options
author | 2018-04-27 09:48:44 +0200 | |
---|---|---|
committer | 2018-04-30 10:14:46 +0200 | |
commit | 9ab63400577460f8aabe4e1492451ad89aad85b1 (patch) | |
tree | fdc39df184ace86ad9dde9bd534a1e65dbcc877e /app-text/pelican/pelican-9999.ebuild | |
parent | net-mail/cyrus-imapd: bump to 3.0.6 (diff) | |
download | gentoo-9ab63400577460f8aabe4e1492451ad89aad85b1.tar.gz gentoo-9ab63400577460f8aabe4e1492451ad89aad85b1.tar.bz2 gentoo-9ab63400577460f8aabe4e1492451ad89aad85b1.zip |
app-text/pelican: use HTTPS
Diffstat (limited to 'app-text/pelican/pelican-9999.ebuild')
-rw-r--r-- | app-text/pelican/pelican-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pelican/pelican-9999.ebuild b/app-text/pelican/pelican-9999.ebuild index 1f064b0d20af..2e5e1b867c25 100644 --- a/app-text/pelican/pelican-9999.ebuild +++ b/app-text/pelican/pelican-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 git-r3 DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files" -HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/" +HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/" EGIT_REPO_URI="https://github.com/getpelican/pelican.git" EGIT_CHECKOUT_DIR="${WORKDIR}/${P}" |