summaryrefslogtreecommitdiff
path: root/model/new.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/new.go')
-rw-r--r--model/new.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/model/new.go b/model/new.go
index fc57ad0..a9346cb 100644
--- a/model/new.go
+++ b/model/new.go
@@ -2,9 +2,9 @@ package model
import (
"errors"
- "github.com/ewy1/pik/flags"
- "github.com/ewy1/pik/identity"
- "github.com/ewy1/pik/spool"
+ "git.sr.ht/~ewy/pik/flags"
+ "git.sr.ht/~ewy/pik/identity"
+ "git.sr.ht/~ewy/pik/spool"
"io/fs"
"path/filepath"
"strings"