commit: 7920a62293a467d039ec66eee19676fcf29d9b13 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Aug 24 13:01:29 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Aug 24 13:06:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7920a622
Switch to https in skeleton files Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> skel.ebuild | 4 ++-- skel.metadata.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/skel.ebuild b/skel.ebuild index 1e97365..44ebb51 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 diff --git a/skel.metadata.xml b/skel.metadata.xml index e1531f8..30655de 100644 --- a/skel.metadata.xml +++ b/skel.metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <!-- # $Id$ @@ -9,7 +9,7 @@ number of subelements are allowed: herd, maintainer, and longdescription. herd is a required subelement. For a full description look at: -http://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/ +https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/ Before committing, please remove the comments from this file. They are
