From 636f7b3420a50c181badc2fdc9ee7da81ca1a005 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:41:02 -0500 Subject: [PATCH] Update manifest.toml Fix indentation --- manifest.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index cdce535..99a1f37 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,11 +37,13 @@ ram.runtime = "50M" default = "visitors" [resources] - [resources.sources.main] - url = "https://github.com/klaussilveira/gitlist/releases/download/2.0.0/gitlist-2.0.0.zip" - sha256 = "06df38598c7e6f8ceb62e09efc0849960dc8f8e4a8a6f4719624c82e5a21fdf7" - in_subdir = false - autoupdate.strategy = "latest_github_release" + + [resources.sources] + [resources.sources.main] + url = "https://github.com/klaussilveira/gitlist/releases/download/2.0.0/gitlist-2.0.0.zip" + sha256 = "06df38598c7e6f8ceb62e09efc0849960dc8f8e4a8a6f4719624c82e5a21fdf7" + in_subdir = false + autoupdate.strategy = "latest_github_release" [resources.system_user]