diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-java/joni | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-java/joni')
-rw-r--r-- | dev-java/joni/joni-1.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/joni/joni-1.1.4.ebuild b/dev-java/joni/joni-1.1.4.ebuild index 536458b1cf67..f0d452638371 100644 --- a/dev-java/joni/joni-1.1.4.ebuild +++ b/dev-java/joni/joni-1.1.4.ebuild @@ -8,7 +8,7 @@ inherit base java-pkg-2 java-ant-2 DESCRIPTION="Java port of the Oniguruma regular expression engine" HOMEPAGE="http://jruby.codehaus.org/" -SRC_URI="http://github.com/jruby/joni/tarball/${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/jruby/joni/tarball/${PV} -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris" |