diff options
Diffstat (limited to 'run/edit.go')
| -rw-r--r-- | run/edit.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run/edit.go b/run/edit.go index 47d6362..804218a 100644 --- a/run/edit.go +++ b/run/edit.go @@ -2,8 +2,8 @@ package run 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" ) |
