fix(docs): remove duplicate license url key in openapi.yaml (#1628)

The AGPLv3 relicensing change left a duplicated url mapping key under
info.license, which breaks YAML parsing for any Mintlify docs preview
on any branch (error duplicated mapping key).
This commit is contained in:
Anso
2026-07-13 16:28:48 -04:00
committed by GitHub
parent 21633b87e3
commit 8ca8ebaa24
-1
View File
@@ -33,7 +33,6 @@ info:
license:
name: AGPL-3.0-only
url: https://github.com/studio-saelix/sencho/blob/main/LICENSE
url: https://github.com/studio-saelix/sencho/blob/main/LICENSE
servers:
- url: "{protocol}://{host}:{port}"