diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-14 11:54:11 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-14 11:54:18 +0100 |
commit | 74b4c2df3771e67bb35a0ef7573c6206a70c5556 (patch) | |
tree | 4fb23fc6524ee457b248e4a56e7d004af1b06b92 /www-apps | |
parent | www-client/vivaldi: Old (diff) | |
download | gentoo-74b4c2df3771e67bb35a0ef7573c6206a70c5556.tar.gz gentoo-74b4c2df3771e67bb35a0ef7573c6206a70c5556.tar.bz2 gentoo-74b4c2df3771e67bb35a0ef7573c6206a70c5556.zip |
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@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/mirmon/mirmon-2.11-r2.ebuild | 4 |
1 files 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 0d6ce1561b0e..aedec780b155 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" |