From e58fd5d5dacc011937690c9c784f0fbcba1404cd Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Thu, 20 Nov 2025 10:32:52 +0100 Subject: [PATCH] chore: remove verified tag on community modules (#555) ## Description ## Type of Change - [ ] New module - [ ] New template - [x] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other ## Testing & Validation - [ ] Tests pass (`bun test`) - [ ] Code formatted (`bun fmt`) - [ ] Changes tested locally --- registry/nataindata/modules/apache-airflow/README.md | 2 +- registry/umair/modules/digitalocean-region/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/nataindata/modules/apache-airflow/README.md b/registry/nataindata/modules/apache-airflow/README.md index 619dd7ee..bfde62f6 100644 --- a/registry/nataindata/modules/apache-airflow/README.md +++ b/registry/nataindata/modules/apache-airflow/README.md @@ -3,7 +3,7 @@ display_name: airflow description: A module that adds Apache Airflow in your Coder template icon: ../../../../.icons/airflow.svg maintainer_github: nataindata -verified: true +verified: false tags: [airflow, ide, web] --- diff --git a/registry/umair/modules/digitalocean-region/README.md b/registry/umair/modules/digitalocean-region/README.md index 4093676f..ab249d25 100644 --- a/registry/umair/modules/digitalocean-region/README.md +++ b/registry/umair/modules/digitalocean-region/README.md @@ -2,7 +2,7 @@ display_name: DigitalOcean Region description: A parameter with human region names and icons icon: ../../../../.icons/digital-ocean.svg -verified: true +verified: false tags: [helper, parameter, digitalocean, regions] ---