kdk_handler.py: Adjust to new repository

This commit is contained in:
Mykola Grymalyuk
2022-11-17 10:21:38 -07:00
parent f06d7f2179
commit 9296350e58

View File

@@ -262,7 +262,7 @@ class kernel_debug_kit_handler:
def kdk_backup_site(self, build):
KDK_MIRROR_REPOSITORY = "https://api.github.com/repos/khronokernel/KDK-Mirror/releases"
KDK_MIRROR_REPOSITORY = "https://api.github.com/repos/dortania/KdkSupportPkg/releases"
# Check if tag exists
catalog = requests.get(KDK_MIRROR_REPOSITORY)