Skip to content

Commit

Permalink
Fix meta bridge version links
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jul 26, 2024
1 parent e5ad3f9 commit be3f0eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/bbctl/whoami.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ var dockerToGitRepo = map[string]string{
"facebook": "https://github.com/mautrix/facebook/commit/%s",
"googlechat": "https://github.com/mautrix/googlechat/commit/%s",
"instagram": "https://github.com/mautrix/instagram/commit/%s",
"instagramgo": "https://github.com/mautrix/meta/commit/%s",
"facebookgo": "https://github.com/mautrix/meta/commit/%s",
"meta": "https://github.com/mautrix/meta/commit/%s",
"linkedin": "https://github.com/beeper/linkedin/commit/%s",
"signal": "https://github.com/mautrix/signal/commit/%s",
"slackgo": "https://github.com/mautrix/slack/commit/%s",
Expand Down

0 comments on commit be3f0eb

Please sign in to comment.