Remove all references to old domain

This commit is contained in:
Elara 2024-04-01 21:53:29 -07:00
parent 8961780053
commit bd2aa32354
2 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@
This is a go library for interfacing with InfiniTime firmware This is a go library for interfacing with InfiniTime firmware
over BLE on Linux. over BLE on Linux.
[![Go Reference](https://pkg.go.dev/badge/go.arsenm.dev/infinitime.svg)](https://pkg.go.dev/go.arsenm.dev/infinitime) [![Go Reference](https://pkg.go.dev/badge/go.elara.ws/infinitime.svg)](https://pkg.go.dev/go.elara.ws/infinitime)
--- ---
### Importing ### Importing
This library's import path is `go.arsenm.dev/infinitime`. This library's import path is `go.elara.ws/infinitime`.
--- ---

View File

@ -106,9 +106,9 @@ func (*Agent) Cancel() *dbus.Error {
return nil return nil
} }
// Path returns "/dev/arsenm/infinitime/Agent" // Path returns "/ws/elara/infinitime/Agent"
func (*Agent) Path() dbus.ObjectPath { func (*Agent) Path() dbus.ObjectPath {
return "/dev/arsenm/infinitime/Agent" return "/ws/elara/infinitime/Agent"
} }
// Interface returns "org.bluez.Agent1" // Interface returns "org.bluez.Agent1"