Update git remote URL from git.ourworld.tf to git.threefold.info

This commit is contained in:
2025-06-15 16:21:09 +02:00
parent 0b62ac9ecd
commit 4a79011793
86 changed files with 122 additions and 122 deletions

View File

@@ -6,7 +6,7 @@ import (
"log"
"time"
"git.ourworld.tf/herocode/heroagent/pkg/herojobs"
"git.threefold.info/herocode/heroagent/pkg/herojobs"
)
// JobManager provides an interface for job management operations

View File

@@ -8,8 +8,8 @@ import (
"net/http"
"time"
"git.ourworld.tf/herocode/heroagent/pkg/openrpc"
"git.ourworld.tf/herocode/heroagent/pkg/openrpc/models"
"git.threefold.info/herocode/heroagent/pkg/openrpc"
"git.threefold.info/herocode/heroagent/pkg/openrpc/models"
)
// OpenRPCUIManager is the interface for managing OpenRPC specifications in the UI