X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=hwdb%2Fids-update.pl;h=b21a3d8f5939d47a8b5ba7cc89f80a71081afa5c;hp=c96c95fd3bb5cdace24acc0ac00104d79fddcb9c;hb=43f9cc65c2caa679019c3cfbd1aff66c6c59d410;hpb=09d8f5d757515122d7b726218e249621e564157c diff --git a/hwdb/ids-update.pl b/hwdb/ids-update.pl index c96c95fd3..b21a3d8f5 100755 --- a/hwdb/ids-update.pl +++ b/hwdb/ids-update.pl @@ -113,7 +113,7 @@ sub pci_vendor { open(OUT, ">", "20-pci-vendor-product.hwdb"); print(OUT "# This file is part of systemd.\n" . "#\n" . - "# Data imported and updated from: http://pciids.sourceforge.net/v2.2/pci.ids\n"); + "# Data imported and updated from: http://pci-ids.ucw.cz/v2.2/pci.ids\n"); while (my $line = ) { $line =~ s/\s+$//; @@ -162,7 +162,7 @@ sub pci_classes { open(OUT, ">", "20-pci-classes.hwdb"); print(OUT "# This file is part of systemd.\n" . "#\n" . - "# Data imported and updated from: http://pciids.sourceforge.net/v2.2/pci.ids\n"); + "# Data imported and updated from: http://pci-ids.ucw.cz/v2.2/pci.ids\n"); while (my $line = ) { $line =~ s/\s+$//;