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 /media-radio | |
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 'media-radio')
-rw-r--r-- | media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild | 4 | ||||
-rw-r--r-- | media-radio/KochMorse/KochMorse-0.99.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild b/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild index 32062a7750d7..aeff65736c99 100644 --- a/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild +++ b/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild @@ -10,8 +10,8 @@ DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 DESCRIPTION="Morse-tutor for Linux using the Koch-method" -HOMEPAGE="http://KochMorse.googlecode.com/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://KochMorse.googlecode.com/" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-radio/KochMorse/KochMorse-0.99.6.ebuild b/media-radio/KochMorse/KochMorse-0.99.6.ebuild index d7541b76cfa8..838f49a51c8b 100644 --- a/media-radio/KochMorse/KochMorse-0.99.6.ebuild +++ b/media-radio/KochMorse/KochMorse-0.99.6.ebuild @@ -8,8 +8,8 @@ PYTHON_DEPEND="2" inherit distutils DESCRIPTION="Morse-tutor for Linux using the Koch-method" -HOMEPAGE="http://KochMorse.googlecode.com/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://KochMorse.googlecode.com/" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |