change contact email address (#16245)

Use the ansible-community@redhat.com alias as the contact email address.
This commit is contained in:
Don Naro
2026-01-26 17:28:00 +00:00
committed by GitHub
parent 36a00ec46b
commit ceed692354

View File

@@ -1027,7 +1027,7 @@ SPECTACULAR_SETTINGS = {
'SCHEMA_PATH_PREFIX': r'/api/v[0-9]',
'DEFAULT_GENERATOR_CLASS': 'drf_spectacular.generators.SchemaGenerator',
'SCHEMA_COERCE_PATH_PK_SUFFIX': True,
'CONTACT': {'email': 'controller-eng@redhat.com'},
'CONTACT': {'email': 'ansible-community@redhat.com'},
'LICENSE': {'name': 'Apache License'},
'TERMS_OF_SERVICE': 'https://www.google.com/policies/terms/',
# Use our custom schema class that handles swagger_topic and deprecated views