aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/within.website/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go
index 3fd496a..4075c73 100644
--- a/cmd/within.website/main.go
+++ b/cmd/within.website/main.go
@@ -36,6 +36,7 @@ var githubReposDefault = []string{
"johaus",
"confyg",
"derpigo",
+ "olin",
}
var gogsReposDefault = []string{
@@ -118,6 +119,7 @@ const indexTemplate = `<!DOCTYPE html>
<li><a href="https://within.website/gorqlite">gorqlite</a> - A driver for <a href="https://github.com/rqlite/rqlite">rqlite</a></li>
<li><a href="https://within.website/johaus">johaus</a> - <a href="http://lojban.org">Lojban</a> parsing</li>
<li><a href="https://within.website/ln">ln</a> - Key->value based logging made context-aware and simple</li>
+ <li><a href="https://within.website/olin">olin</a> - WebAssembly on the server</li>
<li><a href="https://within.website/x">x</a> - Experiments, toys and tinkering (many subpackages)</li>
</ul>