From 659b298249e20ec34713f409492ed703ddded07d Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 13 Jan 2022 12:32:20 -0500 Subject: [PATCH] Readd packges for display --- peach_package_builder/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/peach_package_builder/constants.py b/peach_package_builder/constants.py index 5303f45..8718f48 100644 --- a/peach_package_builder/constants.py +++ b/peach_package_builder/constants.py @@ -24,5 +24,7 @@ SERVICES = [ {"name": "peach-dyndns-updater", "repo_url": "https://git.coopcloud.tech/PeachCloud/peach-workspace.git"}, {"name": "peach-web", "repo_url": "https://git.coopcloud.tech/PeachCloud/peach-workspace.git"}, {"name": "peach-menu", "repo_url": "https://git.coopcloud.tech/PeachCloud/peach-workspace.git"}, + {"name": "peach-oled", "repo_url": "https://git.coopcloud.tech/PeachCloud/peach-workspace.git"}, + {"name": "peach-buttons", "repo_url": "https://git.coopcloud.tech/PeachCloud/peach-workspace.git"}, {"name": "peach-config", "repo_url": "https://git.coopcloud.tech/PeachCloud/peach-workspace.git"}, ] \ No newline at end of file