diff options
-rw-r--r-- | app-admin/hddtemp/files/update-hddtemp.db | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/hddtemp/files/update-hddtemp.db b/app-admin/hddtemp/files/update-hddtemp.db index 0a8c665b8794..bc29b3ec0caa 100644 --- a/app-admin/hddtemp/files/update-hddtemp.db +++ b/app-admin/hddtemp/files/update-hddtemp.db @@ -25,7 +25,7 @@ wget http://download.savannah.nongnu.org/releases/hddtemp/hddtemp.db -O hddtemp. # Try to get the Gentoo HDD DB from WebCVS. If that fails, just use the Gentoo HDD database # that was installed by the ebuild. -if wget http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db -O hddtmp.db -q; then +if wget https://gitweb.gentoo.org/repo/gentoo.git/plain/app-admin/hddtemp/files/hddgentoo.db -O hddtmp.db -q; then mv -f hddtmp.db hddgentoo.db fi |