device-deps-regenerator: master -> main

Change-Id: Ic352b6ae2017d6603120b1c534c0e137817d37f3
This commit is contained in:
LuK1337
2023-10-21 22:48:15 +02:00
parent f7c7c60e1f
commit 4b9dd1a7ae

View File

@@ -60,7 +60,7 @@ other_repos = set()
with concurrent.futures.ThreadPoolExecutor(max_workers=args.jobs) as executor:
elements = ElementTree.fromstring(
requests.get(
"https://raw.githubusercontent.com/LineageOS/mirror/master/default.xml"
"https://raw.githubusercontent.com/LineageOS/mirror/main/default.xml"
).text
)