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 /sys-apps/iotools | |
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 'sys-apps/iotools')
-rw-r--r-- | sys-apps/iotools/iotools-1.4.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/iotools/iotools-1.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/iotools/iotools-1.4.ebuild b/sys-apps/iotools/iotools-1.4.ebuild index 3162be60cc8f..f4f90118928e 100644 --- a/sys-apps/iotools/iotools-1.4.ebuild +++ b/sys-apps/iotools/iotools-1.4.ebuild @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs DESCRIPTION="Simple commands to access hardware device registers" HOMEPAGE="https://code.google.com/p/iotools/" -SRC_URI="http://iotools.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://iotools.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/iotools/iotools-1.5.ebuild b/sys-apps/iotools/iotools-1.5.ebuild index 37f95f34653c..07a882cfc9ac 100644 --- a/sys-apps/iotools/iotools-1.5.ebuild +++ b/sys-apps/iotools/iotools-1.5.ebuild @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs DESCRIPTION="Simple commands to access hardware device registers" HOMEPAGE="https://code.google.com/p/iotools/" -SRC_URI="http://iotools.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://iotools.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |