change module name to new upstream

This commit is contained in:
Lobo 2025-10-29 13:38:45 -03:00
parent 6c66b32396
commit f7e904c6a4
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ import (
"math"
"strings"
"codeberg.org/lobo/nanite/widgets/pager"
"git.rhzm.org/lobo/nanite/widgets/pager"
"git.sr.ht/~rockorager/vaxis"
"git.sr.ht/~rockorager/vaxis/widgets/textinput"
)

2
go.mod
View file

@ -1,4 +1,4 @@
module codeberg.org/lobo/nanite
module git.rhzm.org/lobo/nanite
go 1.24.4

View file

@ -11,7 +11,7 @@ import (
"strings"
"time"
"codeberg.org/lobo/nanite/widgets/pager"
"git.rhzm.org/lobo/nanite/widgets/pager"
"git.sr.ht/~rockorager/vaxis"
"git.sr.ht/~rockorager/vaxis/widgets/textinput"