diff options
Diffstat (limited to 'git/git.go')
| -rw-r--r-- | git/git.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ package git import ( "errors" - "github.com/ewy1/pik/model" - "github.com/ewy1/pik/spool" + "git.sr.ht/~ewy/pik/model" + "git.sr.ht/~ewy/pik/spool" "os" "os/exec" "path/filepath" |
