summaryrefslogtreecommitdiff
path: root/runner/js/target_script.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/js/target_script.go')
-rw-r--r--runner/js/target_script.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/runner/js/target_script.go b/runner/js/target_script.go
index 6ad213d..08310f0 100644
--- a/runner/js/target_script.go
+++ b/runner/js/target_script.go
@@ -1,10 +1,10 @@
package js
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"
"path/filepath"
)