diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-06-10 00:27:14 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-06-10 00:27:14 +0200 |
| commit | db4ea07df9e3c48736fa6c315887ba66731dddeb (patch) | |
| tree | 76adbdcec5fb40082548ae074aed55208042a2d3 /main.go | |
| parent | 219586ede723e7b2161d37169ff9c3e9831a7c66 (diff) | |
| download | gofu-db4ea07df9e3c48736fa6c315887ba66731dddeb.tar.gz | |
move primary upstream to git.xyrillian.de
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,9 +8,9 @@ import ( "os" "path/filepath" - "github.com/majewsky/gofu/internal/mdedit" - "github.com/majewsky/gofu/internal/prompt" - "github.com/majewsky/gofu/internal/rtree" + "git.xyrillian.de/gofu/internal/mdedit" + "git.xyrillian.de/gofu/internal/prompt" + "git.xyrillian.de/gofu/internal/rtree" ) func main() { |
