Skip to content

Commit

Permalink
main: fix bridge repo URL (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronaaron authored Sep 2, 2024
1 parent bab68e1 commit 75f3b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mautrix-gvoice/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var c = &connector.GVConnector{}
var m = mxmain.BridgeMain{
Name: "mautrix-gvoice",
Description: "A Matrix-Google Voice puppeting bridge",
URL: "https://github.com/mautrix/googlevoice",
URL: "https://github.com/mautrix/gvoice",
Version: "0.1.0",
Connector: c,
}
Expand Down

0 comments on commit 75f3b0d

Please sign in to comment.