diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 15:24:12 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 15:24:33 +0200 |
| commit | 1e932e7015ac9d21a1f92ad57cd0c109f58bb29f (patch) | |
| tree | 5e9e3f5c80037a9c5871761e285df76669149b84 /runner/gnumake | |
| parent | 10ee69de59f3e6f9cae79746c6ab9a6eb9603400 (diff) | |
yep
Diffstat (limited to 'runner/gnumake')
| -rw-r--r-- | runner/gnumake/make.go | 6 | ||||
| -rw-r--r-- | runner/gnumake/target.go | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/runner/gnumake/make.go b/runner/gnumake/make.go index cd3581c..e0f94ed 100644 --- a/runner/gnumake/make.go +++ b/runner/gnumake/make.go @@ -2,9 +2,9 @@ package gnumake import ( "errors" - "git.ewy.one/pik.git/identity" - "git.ewy.one/pik.git/model" - "git.ewy.one/pik.git/runner" + "github.com/ewy1/pik/identity" + "github.com/ewy1/pik/model" + "github.com/ewy1/pik/runner" "io/fs" "os/exec" "path/filepath" diff --git a/runner/gnumake/target.go b/runner/gnumake/target.go index b2314ad..8072c8c 100644 --- a/runner/gnumake/target.go +++ b/runner/gnumake/target.go @@ -1,8 +1,8 @@ package gnumake import ( - "git.ewy.one/pik.git/model" - "git.ewy.one/pik.git/runner" + "github.com/ewy1/pik/model" + "github.com/ewy1/pik/runner" "os/exec" ) |
