diff options
-rw-r--r-- | net-dns/coredns/coredns-1.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/coredns/coredns-1.11.3.ebuild b/net-dns/coredns/coredns-1.11.3.ebuild index 117795b9f150..7f69279c8135 100644 --- a/net-dns/coredns/coredns-1.11.3.ebuild +++ b/net-dns/coredns/coredns-1.11.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/coredns/coredns.git" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - SRC_URI+=" https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz -> ${P}-deps.tar.xz" + SRC_URI+=" https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz" KEYWORDS="~amd64" fi |