chore: remove verified tag on community modules (#555)

## Description

<!-- Briefly describe what this PR does and why -->

## 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
This commit is contained in:
Phorcys 2025-11-20 10:32:52 +01:00 committed by GitHub
parent 73a92bea6e
commit e58fd5d5da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ display_name: airflow
description: A module that adds Apache Airflow in your Coder template description: A module that adds Apache Airflow in your Coder template
icon: ../../../../.icons/airflow.svg icon: ../../../../.icons/airflow.svg
maintainer_github: nataindata maintainer_github: nataindata
verified: true verified: false
tags: [airflow, ide, web] tags: [airflow, ide, web]
--- ---

View File

@ -2,7 +2,7 @@
display_name: DigitalOcean Region display_name: DigitalOcean Region
description: A parameter with human region names and icons description: A parameter with human region names and icons
icon: ../../../../.icons/digital-ocean.svg icon: ../../../../.icons/digital-ocean.svg
verified: true verified: false
tags: [helper, parameter, digitalocean, regions] tags: [helper, parameter, digitalocean, regions]
--- ---