diff --git a/etc/portage/postsync.d/sync_herds_xml b/etc/portage/postsync.d/sync_herds_xml index 45bc951..b97ef1b 100755 --- a/etc/portage/postsync.d/sync_herds_xml +++ b/etc/portage/postsync.d/sync_herds_xml @@ -8,6 +8,6 @@ einfo "updating herds.xml" 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" einfo "done updating herds.xml"