summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 15:01:29 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 15:06:07 +0200
commit7920a62293a467d039ec66eee19676fcf29d9b13 (patch)
tree172787f451643ba8b67b12bd0ccf1c6dc6e2e3ae /skel.ebuild
parentsys-apps/debianutils: Added missing die. (diff)
downloadgentoo-7920a62293a467d039ec66eee19676fcf29d9b13.tar.gz
gentoo-7920a62293a467d039ec66eee19676fcf29d9b13.tar.bz2
gentoo-7920a62293a467d039ec66eee19676fcf29d9b13.zip
Switch to https in skeleton files
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 1e973658c958..44ebb513a14b 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -36,7 +36,7 @@ inherit eutils
DESCRIPTION="This is a sample skeleton ebuild file"
# Homepage, not used by Portage directly but handy for developer reference
-HOMEPAGE="http://foo.example.org/"
+HOMEPAGE="https://foo.example.org/"
# Point to any required sources; these will be automatically downloaded by
# Portage.
@@ -130,7 +130,7 @@ RDEPEND="${DEPEND}"
# --mandir=/usr/share/man || die
# Note the use of --infodir and --mandir, above. This is to make
# this package FHS 2.2-compliant. For more information, see
- # http://www.pathname.com/fhs/
+ # https://www.pathname.com/fhs/
#}
# The following src_compile function is implemented as default by portage, so