fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

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

Fix zoekt-mirror-gitea documentation (#1006)

This had likely been copied from the `zoekt-mirror-gerrit` documentation.

+1 -1
+1 -1
cmd/zoekt-mirror-gitea/main.go
··· 12 12 // See the License for the specific language governing permissions and 13 13 // limitations under the License. 14 14 15 - // Command zoekt-mirror-gerrit fetches all repos of a gitea user or organization 15 + // Command zoekt-mirror-gitea fetches all repos of a gitea user or organization 16 16 // and clones them. It is strongly recommended to get a personal API token from 17 17 // https://gitea.com/user/settings/applications, save the token in a file, and point 18 18 // the --token option to it.