diff options
Diffstat (limited to 'order')
| -rw-r--r-- | order/order.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/order/order.go b/order/order.go index 155f067..0ebcb1c 100644 --- a/order/order.go +++ b/order/order.go @@ -2,8 +2,8 @@ package order import ( "bufio" - "github.com/ewy1/pik/describe" - "github.com/ewy1/pik/identity" + "git.sr.ht/~ewy/pik/describe" + "git.sr.ht/~ewy/pik/identity" "io" "io/fs" "os" |
