Use proper URL for herds

This commit is contained in:
Jason A. Donenfeld 2015-08-17 14:00:13 +02:00
parent d0adcdee45
commit fddecbe751
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ source /etc/init.d/functions.sh
source /etc/portage/util-functions.sh
ebegin "Updating herds.xml"
wget -O "${PORTDIR}"/metadata/herds.xml https://gitweb.gentoo.org/data/api.git/plain/files/packages/herds.xml
wget -O "${PORTDIR}"/metadata/herds.xml https://api.gentoo.org/packages/herds.xml
eend $?