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

add-forge-now: Reference the forge type gitweb

parent 3a18c2e7
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@ See top-level LICENSE file for more information
<li>
<code>gitlab</code>, for <a href="https://about.gitlab.com/install/">gitlab</a> forges
</li>
<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>heptapod</code>, for <a href="https://heptapod.net/">heptapod</a> forges
</li>
......
......@@ -83,6 +83,7 @@ FORGE_TYPES: List[str] = [
"cgit",
"gitlab",
"gitea",
"gitweb",
"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