diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-09 16:29:17 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-09 16:29:48 -0400 |
| commit | 633459bd32c97794cada9e675ec82bd4ff55b1a5 (patch) | |
| tree | db1fc179fa40bc7e9599984da9f535895d702448 /cmd/within.website | |
| parent | e770acd626096173612a7a8fad4a15a714ecf0f9 (diff) | |
| download | x-633459bd32c97794cada9e675ec82bd4ff55b1a5.tar.xz x-633459bd32c97794cada9e675ec82bd4ff55b1a5.zip | |
cmd/within.website: make this simple again
Diffstat (limited to 'cmd/within.website')
| -rw-r--r-- | cmd/within.website/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go index 3b1f0e6..af613df 100644 --- a/cmd/within.website/main.go +++ b/cmd/within.website/main.go @@ -118,7 +118,7 @@ const indexTemplate = `<!DOCTYPE html> <li><a href="https://within.website/derpigo">derpigo</a> - A simple wrapper to the <a href="https://derpibooru.org">Derpibooru</a> API</li> <li><a href="https://within.website/eclier">eclier</a> - A go+lua command line application framework</li> <li><a href="https://within.website/gopher">gopher</a> - A simple Gopher client/server framework based on net/http</li> - <li><a href="https://within.website/gluanetrc">gluanetrc</a> - A GopherLua binding for <a href="https://github.com/dickeyxxx/netrc">github.com/dickeyxxx/netrc</a></li> + <li><a href="https://within.website/gluanetrc">gluanetrc</a> - A GopherLua binding for <a href="https://github.com/dickeyxxx/netrc">netrc</a> file management</li> <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> |
