Rename bridge to go-groupme

This commit is contained in:
Annie Elequin
2021-09-16 14:44:40 -04:00
parent 2c154762fe
commit cce801604b
19 changed files with 22 additions and 430 deletions

View File

@@ -42,7 +42,7 @@ import (
var (
// These are static
Name = "mautrix-groupme"
Name = "go-groupme"
URL = "https://github.com/tulir/mautrix-whatsapp"
// This is changed when making a release
Version = "0.1.5"
@@ -438,8 +438,8 @@ func (bridge *Bridge) Main() {
func main() {
flag.SetHelpTitles(
"mautrix-groupme - A Matrix-GroupMe puppeting bridge.",
"mautrix-groupme [-h] [-c <path>] [-r <path>] [-g] [--migrate-db <source type> <source uri>]")
"go-groupme - A Matrix-GroupMe puppeting bridge.",
"go-groupme [-h] [-c <path>] [-r <path>] [-g] [--migrate-db <source type> <source uri>]")
err := flag.Parse()
if err != nil {
_, _ = fmt.Fprintln(os.Stderr, err)