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 /net-print | |
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 'net-print')
-rw-r--r-- | net-print/gmso2/gmso2-0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/gmso2/gmso2-0.1-r1.ebuild b/net-print/gmso2/gmso2-0.1-r1.ebuild index 9deb44fe12f6..1bc100b606ed 100644 --- a/net-print/gmso2/gmso2-0.1-r1.ebuild +++ b/net-print/gmso2/gmso2-0.1-r1.ebuild @@ -10,8 +10,8 @@ WANT_ANT_TASKS="ant-nodeps" inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="GMSO 2 queries ink levels of libinklevel supported printers" -HOMEPAGE="http://mso.googlecode.com/" -SRC_URI="http://mso.googlecode.com/files/${P}.tar.bz2" +HOMEPAGE="https://mso.googlecode.com/" +SRC_URI="https://mso.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |