diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-05-01 07:56:25 -0600 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-05-01 07:56:25 -0600 |
commit | 9a2da81b11ad0064cca24ce7974827d032309369 (patch) | |
tree | 4313224dc089208423e78bffc3ec50833e35bcea /examples/gmi2html/main.go | |
parent | 21e2758145d100d74013060f7090d84679cae683 (diff) |
name change gus -> sliderule
Diffstat (limited to 'examples/gmi2html/main.go')
-rw-r--r-- | examples/gmi2html/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gmi2html/main.go b/examples/gmi2html/main.go index 40c0b8c..b9a0353 100644 --- a/examples/gmi2html/main.go +++ b/examples/gmi2html/main.go @@ -4,8 +4,8 @@ import ( "log" "os" - "tildegit.org/tjp/gus/gemini/gemtext" - "tildegit.org/tjp/gus/gemini/gemtext/htmlconv" + "tildegit.org/tjp/sliderule/gemini/gemtext" + "tildegit.org/tjp/sliderule/gemini/gemtext/htmlconv" ) func main() { |