Skip to content

Commit

Permalink
Merge pull request #73 from ReVanced/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie authored Aug 20, 2023
2 parents 751624c + e40a9a6 commit f4a578d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion api/backends/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ async def get_team_members(self, repository: GithubRepository) -> list[Contribut
user_data_response,
)
)
print(await response.json(loads=ujson.loads))
team_members: list[Contributor] = await asyncio.gather(
*map(
lambda member: self.__assemble_contributor(member, team_view=True),
Expand Down
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 f4a578d

Please sign in to comment.