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/jnr-ffi | |
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/jnr-ffi')
-rw-r--r-- | dev-java/jnr-ffi/jnr-ffi-0.5.10.ebuild | 4 | ||||
-rw-r--r-- | dev-java/jnr-ffi/jnr-ffi-0.6.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/jnr-ffi/jnr-ffi-0.5.10.ebuild b/dev-java/jnr-ffi/jnr-ffi-0.5.10.ebuild index 50bff85580df..b70da4a11640 100644 --- a/dev-java/jnr-ffi/jnr-ffi-0.5.10.ebuild +++ b/dev-java/jnr-ffi/jnr-ffi-0.5.10.ebuild @@ -9,8 +9,8 @@ JAVA_PKG_IUSE="doc source test" inherit java-pkg-2 java-ant-2 DESCRIPTION="An abstracted interface to invoking native functions from java" -HOMEPAGE="http://github.com/jnr" -SRC_URI="http://github.com/jnr/${PN}/tarball/${PV} -> ${P}.tar.gz" +HOMEPAGE="https://github.com/jnr" +SRC_URI="https://github.com/jnr/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="|| ( Apache-2.0 LGPL-3 )" SLOT="0.5" diff --git a/dev-java/jnr-ffi/jnr-ffi-0.6.0.ebuild b/dev-java/jnr-ffi/jnr-ffi-0.6.0.ebuild index 2ab51ce827db..8f38ab6752eb 100644 --- a/dev-java/jnr-ffi/jnr-ffi-0.6.0.ebuild +++ b/dev-java/jnr-ffi/jnr-ffi-0.6.0.ebuild @@ -9,8 +9,8 @@ JAVA_PKG_IUSE="doc source test" inherit java-pkg-2 java-ant-2 DESCRIPTION="An abstracted interface to invoking native functions from java" -HOMEPAGE="http://github.com/jnr" -SRC_URI="http://github.com/jnr/${PN}/tarball/${PV} -> ${P}.tar.gz" +HOMEPAGE="https://github.com/jnr" +SRC_URI="https://github.com/jnr/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="|| ( Apache-2.0 LGPL-3 )" SLOT="0.6" |