diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /app-emacs/thinks | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
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-emacs/thinks')
-rw-r--r-- | app-emacs/thinks/metadata.xml | 2 | ||||
-rw-r--r-- | app-emacs/thinks/thinks-1.9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/thinks/metadata.xml b/app-emacs/thinks/metadata.xml index bc306fe58224..bc894e5b9637 100644 --- a/app-emacs/thinks/metadata.xml +++ b/app-emacs/thinks/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"> <pkgmetadata> <herd>emacs</herd> </pkgmetadata> diff --git a/app-emacs/thinks/thinks-1.9.ebuild b/app-emacs/thinks/thinks-1.9.ebuild index dbb5061f49df..1c443c26b3b6 100644 --- a/app-emacs/thinks/thinks-1.9.ebuild +++ b/app-emacs/thinks/thinks-1.9.ebuild @@ -9,7 +9,7 @@ inherit elisp DESCRIPTION="Insert text in a think bubble" HOMEPAGE="http://www.davep.org/emacs/" # taken from http://www.davep.org/emacs/${PN}.el -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" LICENSE="GPL-2+" SLOT="0" |