diff --git a/cmd/bbctl/whoami.go b/cmd/bbctl/whoami.go index df4cf6a..125f74d 100644 --- a/cmd/bbctl/whoami.go +++ b/cmd/bbctl/whoami.go @@ -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",