From 45426440687ba7362b0925eeadbb5369cb6479b2 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 29 Mar 2026 15:58:30 -0400 Subject: [PATCH] Add stable inventory-manager listing, rename main to unstable - inventory-manager now points to stable branch (known working) - inventory-manager-unstable points to main branch (dev/experimental) --- sys/etc/packages.list | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/etc/packages.list b/sys/etc/packages.list index b7ce273..561b403 100644 --- a/sys/etc/packages.list +++ b/sys/etc/packages.list @@ -1,5 +1,6 @@ { ["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", + ["inventory-manager"] = "https://git.spatulaa.com/MayaTheShy/Inventory-Manager-CC/raw/branch/stable/.package", + ["inventory-manager-unstable"] = "https://git.spatulaa.com/MayaTheShy/Inventory-Manager-CC/raw/branch/main/.package", }