fix authors

This commit is contained in:
Cloudburst 2022-08-20 12:04:02 +02:00 committed by GitHub
parent 1f0e04e67d
commit ba831d2328
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ cloudstream {
// All of these properties are optional, you can safely remove them // All of these properties are optional, you can safely remove them
// description = "Lorem Ipsum" // description = "Lorem Ipsum"
// authors = listOf("Adippe") authors = listOf("Adippe")
/** /**
* Status int as the following: * Status int as the following:
@ -21,4 +21,4 @@ cloudstream {
) )
iconUrl = "https://www.google.com/s2/favicons?domain=github.com&sz=%size%" iconUrl = "https://www.google.com/s2/favicons?domain=github.com&sz=%size%"
} }