diff --git a/authentik/api/v2/urls.py b/authentik/api/v2/urls.py index 41d4c088c..218924eb1 100644 --- a/authentik/api/v2/urls.py +++ b/authentik/api/v2/urls.py @@ -149,8 +149,7 @@ info = openapi.Info( default_version="v2", contact=openapi.Contact(email="hello@beryju.org"), license=openapi.License( - name="GNU GPLv3", - url="https://github.com/BeryJu/authentik/blob/master/LICENSE" + name="GNU GPLv3", url="https://github.com/BeryJu/authentik/blob/master/LICENSE" ), ) SchemaView = get_schema_view(