diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /x11-apps | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/ardesia/ardesia-1.0.ebuild | 2 | ||||
-rw-r--r-- | x11-apps/spotlighter/spotlighter-0.1.ebuild | 2 | ||||
-rw-r--r-- | x11-apps/whyteboard/whyteboard-0.41.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-apps/ardesia/ardesia-1.0.ebuild b/x11-apps/ardesia/ardesia-1.0.ebuild index 4521960a6235..05b622a00b80 100644 --- a/x11-apps/ardesia/ardesia-1.0.ebuild +++ b/x11-apps/ardesia/ardesia-1.0.ebuild @@ -5,7 +5,7 @@ EAPI=4 HOMEPAGE="https://code.google.com/p/ardesia/" -SRC_URI="http://ardesia.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://ardesia.googlecode.com/files/${P}.tar.bz2" DESCRIPTION="Color, record and share free-hand annotations on screen and on network" LICENSE="GPL-3" diff --git a/x11-apps/spotlighter/spotlighter-0.1.ebuild b/x11-apps/spotlighter/spotlighter-0.1.ebuild index 21e9d771f474..8481b49aa6ed 100644 --- a/x11-apps/spotlighter/spotlighter-0.1.ebuild +++ b/x11-apps/spotlighter/spotlighter-0.1.ebuild @@ -4,7 +4,7 @@ EAPI=3 -SRC_URI="http://ardesia.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://ardesia.googlecode.com/files/${P}.tar.gz" DESCRIPTION="Shows a movable and resizable spotlight on the screen" HOMEPAGE="https://code.google.com/p/ardesia/" diff --git a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild index ad247d58eecd..d9e024e849e4 100644 --- a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild +++ b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild @@ -11,7 +11,7 @@ inherit eutils python-single-r1 multilib DESCRIPTION="A simple image, PDF and postscript file annotator" HOMEPAGE="https://code.google.com/p/whyteboard" SRC_URI=" - http://whyteboard.googlecode.com/files/${P}.tar.gz + https://whyteboard.googlecode.com/files/${P}.tar.gz https://dev.gentoo.org/~lxnay/${PN}/${PN}.png" LICENSE="ISC" |