commit: 74b4c2df3771e67bb35a0ef7573c6206a70c5556 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Jun 14 10:54:11 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jun 14 10:54:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b4c2df
www-apps/mirmon: use mirror://debian in SRC_URI Closes: https://bugs.gentoo.org/725648 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> www-apps/mirmon/mirmon-2.11-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/mirmon/mirmon-2.11-r2.ebuild b/www-apps/mirmon/mirmon-2.11-r2.ebuild index 0d6ce1561b0..aedec780b15 100644 --- a/www-apps/mirmon/mirmon-2.11-r2.ebuild +++ b/www-apps/mirmon/mirmon-2.11-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ WEBAPP_MANUAL_SLOT="yes" DESCRIPTION="Simple webapp to monitor the status of mirrors" # The author has passed away: https://www.apache.org/memorials/henk_penning.html HOMEPAGE="http://www2.projects.science.uu.nl/csg/mirmon/mirmon.html" -SRC_URI="https://deb.debian.org/debian/pool/main/m/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://debian/pool/main/m/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
