Skip to content

Commit

Permalink
hotfix: lowercase api owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie committed Aug 20, 2023
1 parent 56cb7f2 commit e40a9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# GitHub Backend Configuration

owner: str = "ReVanced"
owner: str = "revanced"
default_repository: str = ".github"

# API Versioning
Expand Down Expand Up @@ -114,7 +114,7 @@
]

default_info: dict[str, str | list[str | bool] | bool] = {
"name": owner,
"name": "ReVanced",
"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": "[email protected]"},
"socials": social_links,
Expand Down

0 comments on commit e40a9a6

Please sign in to comment.