]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - hwdb/acpi-update.py
travis: add more ASan options
[thirdparty/systemd.git] / hwdb / acpi-update.py
index 50da531dc659de9d189a9f9deae0caa2c14c722e..7bdd3f93d8724ca687f72a9fbe8240fab79e201f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 from html.parser import HTMLParser
 from enum import Enum
@@ -72,8 +72,8 @@ b = open("pnp_id_registry.html")
 print('# This file is part of systemd.\n'
       '#\n'
       '# Data imported from:\n'
-      '#     http://www.uefi.org/uefi-pnp-export\n'
-      '#     http://www.uefi.org/uefi-acpi-export')
+      '#     https://uefi.org/uefi-pnp-export\n'
+      '#     https://uefi.org/uefi-acpi-export')
 
 read_table(a)
 read_table(b)