diff --git a/Meta/lint-ports.py b/Meta/lint-ports.py index aa61e5e0a9..3f8c40ab24 100755 --- a/Meta/lint-ports.py +++ b/Meta/lint-ports.py @@ -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}'")