mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: contributors screen fix (#1256)
This commit is contained in:
@ -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,
|
||||
)
|
||||
|
Reference in New Issue
Block a user