diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 01:05:07 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:48 +0200 |
commit | 65f13b492df139f89edd2712531788a68604ed7a (patch) | |
tree | 126d68727791a01e4d2d94e2e78b12ecb2ce5037 /www-apps/nikola/nikola-7.6.3-r1.ebuild | |
parent | www-apps/blohg-tumblelog: use HTTPS for GitHub (diff) | |
download | gentoo-65f13b492df139f89edd2712531788a68604ed7a.tar.gz gentoo-65f13b492df139f89edd2712531788a68604ed7a.tar.bz2 gentoo-65f13b492df139f89edd2712531788a68604ed7a.zip |
www-apps/nikola: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'www-apps/nikola/nikola-7.6.3-r1.ebuild')
-rw-r--r-- | www-apps/nikola/nikola-7.6.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/nikola/nikola-7.6.3-r1.ebuild b/www-apps/nikola/nikola-7.6.3-r1.ebuild index b68ac3000daa..9025b60e6d74 100644 --- a/www-apps/nikola/nikola-7.6.3-r1.ebuild +++ b/www-apps/nikola/nikola-7.6.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,13 +6,13 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 DESCRIPTION="A static website and blog generator" -HOMEPAGE="http://getnikola.com/" +HOMEPAGE="https://getnikola.com/" SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/a-study-in-scarlet.txt" MY_PN="Nikola" if [[ ${PV} == *9999* ]]; then inherit git-2 - EGIT_REPO_URI="git://github.com/ralsina/${PN}.git" + EGIT_REPO_URI="https://github.com/ralsina/${PN}.git" else SRC_URI+=" mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz" KEYWORDS="~amd64" |