summaryrefslogtreecommitdiff
path: root/runner/exc/target.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/exc/target.go')
-rw-r--r--runner/exc/target.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/runner/exc/target.go b/runner/exc/target.go
index 2e4cf29..5f3437f 100644
--- a/runner/exc/target.go
+++ b/runner/exc/target.go
@@ -1,10 +1,10 @@
package exc
import (
- "github.com/ewy1/pik/describe"
- "github.com/ewy1/pik/model"
- "github.com/ewy1/pik/runner"
- "github.com/ewy1/pik/spool"
+ "git.sr.ht/~ewy/pik/describe"
+ "git.sr.ht/~ewy/pik/model"
+ "git.sr.ht/~ewy/pik/runner"
+ "git.sr.ht/~ewy/pik/spool"
"os/exec"
)