summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-27 09:48:44 +0200
committerDirkjan Ochtman <djc@gentoo.org>2018-04-30 10:14:46 +0200
commit9ab63400577460f8aabe4e1492451ad89aad85b1 (patch)
treefdc39df184ace86ad9dde9bd534a1e65dbcc877e /app-text/pelican/pelican-3.7.0.ebuild
parentnet-mail/cyrus-imapd: bump to 3.0.6 (diff)
downloadgentoo-9ab63400577460f8aabe4e1492451ad89aad85b1.tar.gz
gentoo-9ab63400577460f8aabe4e1492451ad89aad85b1.tar.bz2
gentoo-9ab63400577460f8aabe4e1492451ad89aad85b1.zip
app-text/pelican: use HTTPS
Diffstat (limited to 'app-text/pelican/pelican-3.7.0.ebuild')
-rw-r--r--app-text/pelican/pelican-3.7.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pelican/pelican-3.7.0.ebuild b/app-text/pelican/pelican-3.7.0.ebuild
index 7401f3d4bb99..826b9d76db6f 100644
--- a/app-text/pelican/pelican-3.7.0.ebuild
+++ b/app-text/pelican/pelican-3.7.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=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
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/"
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="AGPL-3"