fix repo links
Some checks failed
Build Quasar SPA and Go Backend for lightController / build (amd64, .exe, windows) (push) Failing after 1m30s
Build Quasar SPA and Go Backend for lightController / build (amd64, , linux) (push) Successful in 6m1s
Build Quasar SPA and Go Backend for lightController / build (arm, 6, , linux) (push) Successful in 6m9s
Build Quasar SPA and Go Backend for lightController / build (arm64, , linux) (push) Successful in 4m45s

This commit is contained in:
Adrian Zürcher
2025-08-11 10:37:48 +02:00
parent 1155bafb30
commit 6f532ef4b0
6 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ import (
"path/filepath"
"runtime"
"github.com/tecamino/tecamino-logger/logging"
"gitea.tecamino.com/paadi/tecamino-logger/logging"
)
func OpenBrowser(url string, logger *logging.Logger) error {