diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 15:24:12 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 15:24:33 +0200 |
| commit | 1e932e7015ac9d21a1f92ad57cd0c109f58bb29f (patch) | |
| tree | 5e9e3f5c80037a9c5871761e285df76669149b84 /model/new.go | |
| parent | 10ee69de59f3e6f9cae79746c6ab9a6eb9603400 (diff) | |
yep
Diffstat (limited to 'model/new.go')
| -rw-r--r-- | model/new.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/model/new.go b/model/new.go index dbafd87..94b039e 100644 --- a/model/new.go +++ b/model/new.go @@ -2,8 +2,8 @@ package model import ( "errors" - "git.ewy.one/pik.git/flags" - "git.ewy.one/pik.git/identity" + "github.com/ewy1/pik/flags" + "github.com/ewy1/pik/identity" "io/fs" "path/filepath" "strings" |
