diff options
Diffstat (limited to 'runner/gnumake/target.go')
| -rw-r--r-- | runner/gnumake/target.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runner/gnumake/target.go b/runner/gnumake/target.go index 8072c8c..d5caa24 100644 --- a/runner/gnumake/target.go +++ b/runner/gnumake/target.go @@ -1,8 +1,8 @@ package gnumake import ( - "github.com/ewy1/pik/model" - "github.com/ewy1/pik/runner" + "git.sr.ht/~ewy/pik/model" + "git.sr.ht/~ewy/pik/runner" "os/exec" ) |
