change source URL from github to codeberg

pull/6/head
Namekuji 2022-12-15 22:38:57 -05:00
rodzic 9d7176543f
commit 1801cee3e6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -212,7 +212,7 @@ func getAppConfig(server string, redirPath string) (*mastodon.AppConfig, error)
conf := &mastodon.AppConfig{
ClientName: "Audon",
Scopes: "read:accounts read:follows",
Website: "https://github.com/nmkj-io/audon",
Website: "https://codeberg.org/nmkj/audon",
RedirectURIs: redirectURI,
}