Meta: Update lint-ports.py for the SerenityPorts move

This commit is contained in:
Andreas Kling 2021-08-30 20:48:55 +02:00
parent a2f0eeff7a
commit 57ac8ff1fd
Notes: sideshowbarker 2024-07-18 05:04:10 +09:00

View file

@ -123,7 +123,7 @@ def check_package_files(ports):
all_good = False
for prop in PORT_PROPERTIES:
if prop == 'auth_type' and re.match('^https://github.com/SerenityOS/', props["files"]):
if prop == 'auth_type' and re.match('^https://github.com/SerenityPorts/', props["files"]):
continue
if props[prop] == '':
print(f"Ports/{port} is missing required property '{prop}'")