summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Turco <fturco@fastmail.fm>2017-09-02 21:04:41 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-09-04 23:56:34 +0200
commit79e5086f9879465a6f7b74cf042633dc10835714 (patch)
tree4e8835edbd682dc2d7c472bca815e73fe2ef8419 /app-doc
parentdev-vcs/mercurial: x86 stable (diff)
downloadgentoo-79e5086f9879465a6f7b74cf042633dc10835714.tar.gz
gentoo-79e5086f9879465a6f7b74cf042633dc10835714.tar.bz2
gentoo-79e5086f9879465a6f7b74cf042633dc10835714.zip
app-doc/diveintopython: use HTTPS for links to dev.gentoo.org.
Closes: https://github.com/gentoo/gentoo/pull/5598
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/diveintopython/diveintopython-3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/diveintopython/diveintopython-3.ebuild b/app-doc/diveintopython/diveintopython-3.ebuild
index 51eb711cdace..b50c7bf34b3a 100644
--- a/app-doc/diveintopython/diveintopython-3.ebuild
+++ b/app-doc/diveintopython/diveintopython-3.ebuild
@@ -6,9 +6,9 @@ EAPI=6
DESCRIPTION="'Dive Into Python' by Mark Pilgrim - Python 3"
HOMEPAGE="http://www.diveintopython3.net/"
-SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz
+SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz
pdf? (
- http://dev.gentoo.org/~monsieurp/packages/${P}-pdf.tar.gz
+ https://dev.gentoo.org/~monsieurp/packages/${P}-pdf.tar.gz
)"
LICENSE="CC-BY-SA-3.0"