diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild b/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild index 3d29b334132e5..bed9c48c71aaa 100644 --- a/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild +++ b/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild @@ -11,10 +11,8 @@ MY_P="${MY_PN}-${PV}-bin-all" DESCRIPTION="Web-based interactive data analytics notebook launcher" HOMEPAGE="https://zeppelin.apache.org" SRC_URI="mirror://apache/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz -> ${P}.tgz - https://archive.apache.org/dist/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz -> ${P}.tgz verify-sig? ( - https://downloads.apache.org/zeppelin/zeppelin-${PV}/${MY_P}.tgz.asc -> ${P}.tgz.asc - https://archive.apache.org/dist/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz.asc -> ${P}.tgz.asc + mirror://apache/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz.asc -> ${P}.tgz.asc )" S="${WORKDIR}/${MY_P}"