aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-01-31 14:58:16 +0000
committerChristine Dodrill <me@christine.website>2020-01-31 14:58:16 +0000
commit25641ffc7d56b65c637a7dfe1581d91674b7c534 (patch)
tree368d20c603f953d17cbdd9b5a9f40f5807cb20e2 /cmd
parentb9da6dacddf55e4ea3eb9e95de4bb04b17243314 (diff)
downloadx-25641ffc7d56b65c637a7dfe1581d91674b7c534.tar.xz
x-25641ffc7d56b65c637a7dfe1581d91674b7c534.zip
update within.website
Diffstat (limited to 'cmd')
-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 c19575b..9b04a19 100644
--- a/cmd/within.website/main.go
+++ b/cmd/within.website/main.go
@@ -43,6 +43,7 @@ var githubReposDefault = []string{
var gogsReposDefault = []string{
"gorqlite",
"gopher",
+ "mi",
}
func main() {
@@ -117,6 +118,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/mi">mi</a> - A personal API </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>