diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2018-04-20 22:25:48 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2018-04-20 22:25:48 -0400 |
commit | e163dc08df7228bafeadb9a0fac092411ffb946b (patch) | |
tree | 9469443bb96ab1f1ef6e989cffec9519ec6e26bd /quickstart | |
parent | use HTTPS for links to emacswiki.org (diff) | |
download | devmanual-e163dc08df7228bafeadb9a0fac092411ffb946b.tar.gz devmanual-e163dc08df7228bafeadb9a0fac092411ffb946b.tar.bz2 devmanual-e163dc08df7228bafeadb9a0fac092411ffb946b.zip |
Convert various 'http://' URIs to 'https://'
Here's the heuristic for conversion:
- If the https substitute is valid, always convert to https
- If it's a bogus URI used in an example, convert it to https
- If it's a valid URI used in an example with no valid https, leave it alone
Diffstat (limited to 'quickstart')
-rw-r--r-- | quickstart/text.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quickstart/text.xml b/quickstart/text.xml index a8c1752..fd7e677 100644 --- a/quickstart/text.xml +++ b/quickstart/text.xml @@ -331,7 +331,7 @@ replacement iconv for <c>libc</c> implementations which don't have their own. EAPI=5 DESCRIPTION="GNU charset conversion library for libc which doesn't implement it" -HOMEPAGE="http://www.gnu.org/software/libiconv/" +HOMEPAGE="https://www.gnu.org/software/libiconv/" SRC_URI="ftp://ftp.gnu.org/pub/gnu/libiconv/${P}.tar.gz" LICENSE="LGPL-2.1" @@ -376,7 +376,7 @@ EAPI=5 inherit eutils DESCRIPTION="A lightweight email client and newsreader" -HOMEPAGE="http://sylpheed.good-day.net/" +HOMEPAGE="https://sylpheed.good-day.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" |