mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: contributors screen fix (#1256)
This commit is contained in:
parent
fc577b4c3e
commit
940885768d
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ data class ReVancedGitRepository(
|
|||
|
||||
@Serializable
|
||||
data class ReVancedContributor(
|
||||
val username: String,
|
||||
@SerialName("login") val username: String,
|
||||
@SerialName("avatar_url") val avatarUrl: String,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue