From 1e932e7015ac9d21a1f92ad57cd0c109f58bb29f Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 2 May 2026 15:24:12 +0200 Subject: yep --- runner/python/runner.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runner/python/runner.go') diff --git a/runner/python/runner.go b/runner/python/runner.go index 74929d4..6aa6017 100644 --- a/runner/python/runner.go +++ b/runner/python/runner.go @@ -2,9 +2,9 @@ package python 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" -- cgit v1.3.1