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 /www-plugins | |
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 'www-plugins')
-rw-r--r-- | www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.8.ebuild | 2 | ||||
-rw-r--r-- | www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.8.ebuild b/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.8.ebuild index c6c1be862581..aab8fdef7c1a 100644 --- a/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.8.ebuild +++ b/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.8.ebuild @@ -7,7 +7,7 @@ inherit multilib nsplugins DESCRIPTION="A browser plugin that uses GNOME MPlayer" HOMEPAGE="https://code.google.com/p/gecko-mediaplayer/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild b/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild index 64275eae529f..f77e454b8482 100644 --- a/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild +++ b/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild @@ -7,7 +7,7 @@ inherit multilib nsplugins DESCRIPTION="A browser plugin that uses GNOME MPlayer" HOMEPAGE="https://code.google.com/p/gecko-mediaplayer/" -SRC_URI="http://${PN}.googlecode.com/svn/packages/${P}.tar.gz" +SRC_URI="https://${PN}.googlecode.com/svn/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |