From 16d2a6dc96e7e129255ea7872dc15ac64ec4f312 Mon Sep 17 00:00:00 2001 From: Ale Paredes <1709578+ale7714@users.noreply.github.com> Date: Thu, 4 Jun 2026 18:44:28 -0400 Subject: [PATCH] fix(meta): set url for cloud build The viamrobotics build-action requires meta.json.url to start a cloud build. Point it at the GitHub repo and clarify the description. Co-Authored-By: Claude Opus 4.8 (1M context) --- meta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta.json b/meta.json index b13918b..d79e6e4 100644 --- a/meta.json +++ b/meta.json @@ -2,8 +2,8 @@ "$schema": "https://dl.viam.dev/module.schema.json", "module_id": "viam:notifications", "visibility": "public", - "url": "", - "description": "Modular generic service: slack", + "url": "https://github.com/viam-modules/notifications", + "description": "Generic notifications module (Slack, and more to come)", "applications": null, "markdown_link": "README.md", "entrypoint": "bin/notifications",