mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-04-19 18:21:18 +00:00
change version to github link
This commit is contained in:
parent
a2b2ac9fd7
commit
c0093880c0
4
main.go
4
main.go
@ -19,7 +19,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
version string
|
||||
version string
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
@ -82,7 +82,7 @@ func main() {
|
||||
relay.Info.Icon = config.RelayIcon
|
||||
relay.Info.Contact = config.RelayContact
|
||||
relay.Info.Description = config.RelayDescription
|
||||
relay.Info.Software = "WoT Relay"
|
||||
relay.Info.Software = "https://github.com/bitvora/wot-relay"
|
||||
relay.Info.Version = version
|
||||
|
||||
appendPubkey(config.RelayPubkey)
|
||||
|
Loading…
x
Reference in New Issue
Block a user