dev-java/mina-core: fix http -> https.

Closes: https://github.com/gentoo/gentoo/pull/6324
This commit is contained in:
Michael Mair-Keimberger
2017-11-27 18:46:02 +01:00
committed by Patrice Clement
parent 8842f232c2
commit bb12cc2c5e
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Apache MINA Project"
HOMEPAGE="http://mina.apache.org/"
HOMEPAGE="https://mina.apache.org/"
SRC_URI="mirror://gentoo/${P}-sources.jar -> ${P}.jar"
LICENSE="Apache-2.0"
SLOT="0"

View File

@@ -10,7 +10,7 @@ inherit java-pkg-2 java-pkg-simple
MY_P="apache-mina-${PV}"
DESCRIPTION="Apache MINA Project"
HOMEPAGE="http://mina.apache.org/"
HOMEPAGE="https://mina.apache.org/"
SRC_URI="mirror://apache/mina/mina/${PV}/${MY_P}-src.tar.bz2 -> ${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
LICENSE="Apache-2.0"