summaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
Diffstat (limited to 'model')
-rw-r--r--model/new.go6
-rw-r--r--model/source.go6
2 files changed, 6 insertions, 6 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"
diff --git a/model/source.go b/model/source.go
index 2844d23..9830d6f 100644
--- a/model/source.go
+++ b/model/source.go
@@ -1,9 +1,9 @@
package model
import (
- "github.com/ewy1/pik/identity"
- "github.com/ewy1/pik/paths"
- "github.com/ewy1/pik/spool"
+ "git.sr.ht/~ewy/pik/identity"
+ "git.sr.ht/~ewy/pik/paths"
+ "git.sr.ht/~ewy/pik/spool"
)
// SourceData is data we want to save from a Source before it has been properly instantiated