diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-21 10:45:55 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-21 21:28:55 -0400 |
commit | 62fd6c3bf052071569f11773a917977de50ac08f (patch) | |
tree | 1fec2b2d053c5deb8d0b0bf49aadc03d6e2a9071 /app-doc/abs-guide/abs-guide-10.ebuild | |
parent | app-arch/unrar: use HTTPS (diff) | |
download | gentoo-62fd6c3bf052071569f11773a917977de50ac08f.tar.gz gentoo-62fd6c3bf052071569f11773a917977de50ac08f.tar.bz2 gentoo-62fd6c3bf052071569f11773a917977de50ac08f.zip |
app-doc/abs-guide: use HTTPS
Diffstat (limited to 'app-doc/abs-guide/abs-guide-10.ebuild')
-rw-r--r-- | app-doc/abs-guide/abs-guide-10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/abs-guide/abs-guide-10.ebuild b/app-doc/abs-guide/abs-guide-10.ebuild index d94d76e10c5b..366c35099099 100644 --- a/app-doc/abs-guide/abs-guide-10.ebuild +++ b/app-doc/abs-guide/abs-guide-10.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" DESCRIPTION="An in-depth exploration of the art of shell scripting" -HOMEPAGE="http://www.tldp.org/LDP/abs/html" +HOMEPAGE="https://www.tldp.org/LDP/abs/html" SRC_URI="http://bash.deta.in/abs-guide-final.tar.bz2 pdf? ( http://bash.deta.in/abs-guide.pdf )" |