[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-08-19 21:14:36 +00:00
parent 5922830e0b
commit f51ccd5253
3 changed files with 5 additions and 5 deletions

View File

@@ -116,9 +116,7 @@ links: list[dict[str, str | bool]] = [
default_info: dict[str, str | list[str | bool] | bool] = {
"name": owner,
"about": "ReVanced was born out of Vanced's discontinuation and it is our goal to continue the legacy of what Vanced left behind. Thanks to ReVanced Patcher, it's possible to create long-lasting patches for nearly any Android app. ReVanced's patching system is designed to allow patches to work on new versions of the apps automatically with bare minimum maintenance.",
"contact": {
"email": "contact@revanced.app"
},
"contact": {"email": "contact@revanced.app"},
"socials": social_links,
"donations": {"wallets": wallets, "links": links},
}