diff options
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/caddy/caddy-2.7.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/caddy/caddy-2.7.6.ebuild b/www-servers/caddy/caddy-2.7.6.ebuild index 5657c0607730..46bbcab0df3e 100644 --- a/www-servers/caddy/caddy-2.7.6.ebuild +++ b/www-servers/caddy/caddy-2.7.6.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == 9999* ]]; then EGIT_REPO_URI="https://github.com/caddyserver/caddy.git" else SRC_URI="https://github.com/caddyserver/caddy/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" SRC_URI+=" https://github.com/caddyserver/dist/archive/refs/tags/v${PV}.tar.gz -> ${P}-docs.tar.gz" KEYWORDS="~amd64 ~arm64 ~loong ~riscv" fi |