From ec579fd637ebcc55d23fdaa28434ee79205ac534 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Thu, 31 Aug 2023 14:07:31 -0400 Subject: [PATCH] Fix collection metadata license to match intent --- .../tools/roles/template_galaxy/templates/galaxy.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 b/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 index b9bb8e0ccc..5290dc7217 100644 --- a/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 +++ b/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 @@ -18,7 +18,7 @@ documentation: https://github.com/ansible/awx/blob/devel/awx_collection/README.m homepage: https://www.ansible.com/ issues: https://github.com/ansible/awx/issues?q=is%3Aissue+label%3Acomponent%3Aawx_collection license: - - GPL-3.0-only + - GPL-3.0-or-later name: {{ collection_package }} namespace: {{ collection_namespace }} readme: README.md