Skip to content
Snippets Groups Projects
Verified Commit f54579a1 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

add-forge-now: Reference the forge type gogs

It's not the same as gitea instances and it's already supported.
parent a1b9a0a8
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@ See top-level LICENSE file for more information
<li>
<code>gitweb</code>, for <a href="https://git-scm.com/book/en/v2/Git-on-the-Server-GitWeb">gitweb</a> forges
</li>
<li>
<code>gogs</code>, for <a href="https://gogs.io/">gogs</a> forges
</li>
<li>
<code>heptapod</code>, for <a href="https://heptapod.net/">heptapod</a> forges
</li>
......
......@@ -84,6 +84,7 @@ FORGE_TYPES: List[str] = [
"gitlab",
"gitea",
"gitweb",
"gogs",
"heptapod",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment