Skip to content

Commit 75f3b0d

Browse files
authored
main: fix bridge repo URL (#1)
1 parent bab68e1 commit 75f3b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/mautrix-gvoice/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var c = &connector.GVConnector{}
3232
var m = mxmain.BridgeMain{
3333
Name: "mautrix-gvoice",
3434
Description: "A Matrix-Google Voice puppeting bridge",
35-
URL: "https://github.com/mautrix/googlevoice",
35+
URL: "https://github.com/mautrix/gvoice",
3636
Version: "0.1.0",
3737
Connector: c,
3838
}

0 commit comments

Comments
 (0)