rename default branch from master to main

This commit is contained in:
Nicola Murino
2021-02-09 19:53:03 +01:00
parent db80781716
commit 1bccb93fcb
9 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
// Package httpd implements REST API and Web interface for SFTPGo.
// The OpenAPI 3 schema for the exposed API can be found inside the source tree:
// https://github.com/drakkan/sftpgo/blob/master/httpd/schema/openapi.yaml
// https://github.com/drakkan/sftpgo/blob/main/httpd/schema/openapi.yaml
// A basic Web interface to manage users and connections is provided too
package httpd