From b4b5f13b23fb1a95beac026e5b71872b47218678 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sat, 28 Mar 2026 22:17:04 -0400 Subject: [PATCH] Update platform package URL to point to the correct master branch --- sys/etc/packages.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/etc/packages.list b/sys/etc/packages.list index 9637090..b7ce273 100644 --- a/sys/etc/packages.list +++ b/sys/etc/packages.list @@ -1,5 +1,5 @@ { - ["platform"] = "https://git.spatulaa.com/MayaTheShy/cc-platform-core/raw/branch/main/.package", + ["platform"] = "https://git.spatulaa.com/MayaTheShy/cc-platform-core/raw/branch/master/.package", ["remoteturtle"] = "https://git.spatulaa.com/MayaTheShy/remoteturtle/raw/branch/master/.package", ["inventory-manager"] = "https://git.spatulaa.com/MayaTheShy/Inventory-Manager-CC/raw/branch/main/.package", }