From 94f0eeac039c5da6ca1fd2e4a78b50f27a9f7687 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sun, 16 Aug 2015 17:37:14 +0200 Subject: [PATCH] API repository has moved --- etc/paludis/hooks/sync_all_post/sync_herds_xml.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/paludis/hooks/sync_all_post/sync_herds_xml.bash b/etc/paludis/hooks/sync_all_post/sync_herds_xml.bash index d89fef8..fe50a82 100644 --- a/etc/paludis/hooks/sync_all_post/sync_herds_xml.bash +++ b/etc/paludis/hooks/sync_all_post/sync_herds_xml.bash @@ -7,4 +7,4 @@ source "/etc/paludis/hooks/set_portdir.bash" cd "${PORTDIR}"/metadata || die "could not cd into '${PORTDIR}/metadata'!" [[ -e "${PORTDIR}"/metadata/herds.xml ]] && { rm "${PORTDIR}"/metadata/herds.xml || die "failed to rm herds.xml!" ;} -wget https://gitweb.gentoo.org/proj/api.git/plain/files/packages/herds.xml || die "failed to wget herds.xml" +wget https://gitweb.gentoo.org/data/api.git/plain/files/packages/herds.xml || die "failed to wget herds.xml"