loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'chore(license): clarify the API swagger file is and stays MIT' (#5083) from earl-warren/forgejo:wip-gpl into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5083
Reviewed-by: 0ko <0ko@noreply.codeberg.org>

+1 -1
+1 -1
templates/swagger/v1_json.tmpl
··· 16 16 "description": "This documentation describes the Forgejo API.", 17 17 "title": "Forgejo API", 18 18 "license": { 19 - "name": "MIT", 19 + "name": "This file is distributed under the MIT license for the purpose of interoperability", 20 20 "url": "http://opensource.org/licenses/MIT" 21 21 }, 22 22 "version": "{{AppVer | JSEscape}}"