commit: e29a36ca0fb6e28a46f72247b546fdd4b8ebb312 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Apr 8 17:35:37 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Apr 8 18:37:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29a36ca
dev-java/jstun: use HTTPS dev-java/jstun/jstun-0.7.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/jstun/jstun-0.7.3.ebuild b/dev-java/jstun/jstun-0.7.3.ebuild index a740c831f91..c50d44fcd0f 100644 --- a/dev-java/jstun/jstun-0.7.3.ebuild +++ b/dev-java/jstun/jstun-0.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source test" inherit java-pkg-2 java-ant-2 DESCRIPTION="Java-based STUN implementation" -HOMEPAGE="http://jstun.javawi.de/" -SRC_URI="http://${PN}.javawi.de/${P}.src.tar.gz" +HOMEPAGE="https://jstun.javawi.de/" +SRC_URI="https://${PN}.javawi.de/${P}.src.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0"
