summaryrefslogtreecommitdiff
path: root/app-doc/abs-guide/abs-guide-6.6.ebuild
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 12:47:45 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 12:49:19 +0200
commiteaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch)
tree6a380aa33005e1997c9dbe6f1c00520274543303 /app-doc/abs-guide/abs-guide-6.6.ebuild
parentf49e098397feee21f6efdc364f7d00bbc86b8518 (diff)
downloadgentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz
gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.xz
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-doc/abs-guide/abs-guide-6.6.ebuild')
-rw-r--r--app-doc/abs-guide/abs-guide-6.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/abs-guide/abs-guide-6.6.ebuild b/app-doc/abs-guide/abs-guide-6.6.ebuild
index 7c5b6cc20a3..1c7bbe9c322 100644
--- a/app-doc/abs-guide/abs-guide-6.6.ebuild
+++ b/app-doc/abs-guide/abs-guide-6.6.ebuild
@@ -10,8 +10,8 @@ HOMEPAGE="http://www.tldp.org/LDP/abs/html"
# Upstream likes to update the tarballs without changing the names.
# - http://bash.deta.in/abs-guide-${PV}.tar.bz2
# - http://bash.deta.in/abs-guide.pdf <- remember to rename with ${PV}
-SRC_URI="http://dev.gentoo.org/~dirtyepic/dist/${P}.tar.bz2
- pdf? ( http://dev.gentoo.org/~dirtyepic/dist/${P}.pdf )"
+SRC_URI="https://dev.gentoo.org/~dirtyepic/dist/${P}.tar.bz2
+ pdf? ( https://dev.gentoo.org/~dirtyepic/dist/${P}.pdf )"
LICENSE="OPL"
IUSE="pdf"