Browse Source

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

Andreas Kling 3 năm trước cách đây
mục cha
commit
57ac8ff1fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Meta/lint-ports.py

+ 1 - 1
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}'")