This is to make it so Gitea has the repo Edit API endpoint just like Github. This is the SDK, the expected body of the request. See https://developer.github.com/v3/repos/#edit
For the JSON body object, this uses the same names as Github in the JSON binding (one exception: used "webpage" instead of "homepage" since that is what we say in the repo settings page), but uses Gitea property names of the Repository object.
This is to make it so Gitea has the repo Edit API endpoint just like Github. This is the SDK, the expected body of the request. See https://developer.github.com/v3/repos/#edit
For the JSON body object, this uses the same names as Github in the JSON binding (one exception: used "webpage" instead of "homepage" since that is what we say in the repo settings page), but uses Gitea property names of the Repository object.