From 58e255d3c16c7d4a7d08afde7dd3acf481e2d8ae Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 6 Jun 2026 15:58:36 +0200 Subject: update package paths --- runner/js/target_script.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'runner/js/target_script.go') 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" ) -- cgit v1.3.1