aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/game/hub.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/game/hub.go')
-rw-r--r--backend/game/hub.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/game/hub.go b/backend/game/hub.go
index 46cd321..3697b4a 100644
--- a/backend/game/hub.go
+++ b/backend/game/hub.go
@@ -6,8 +6,8 @@ import (
"regexp"
"strings"
- "github.com/nsfisis/phperkaigi-2025-albatross/backend/db"
- "github.com/nsfisis/phperkaigi-2025-albatross/backend/taskqueue"
+ "github.com/nsfisis/iosdc-japan-2025-albatross/backend/db"
+ "github.com/nsfisis/iosdc-japan-2025-albatross/backend/taskqueue"
)
type Hub struct {