From ba831d2328d76c0f53a910160fde52c01465f5bb Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sat, 20 Aug 2022 12:04:02 +0200 Subject: [PATCH] fix authors --- FreeTVProvider/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FreeTVProvider/build.gradle.kts b/FreeTVProvider/build.gradle.kts index e0a88af..9306c22 100644 --- a/FreeTVProvider/build.gradle.kts +++ b/FreeTVProvider/build.gradle.kts @@ -6,7 +6,7 @@ cloudstream { // All of these properties are optional, you can safely remove them // description = "Lorem Ipsum" - // authors = listOf("Adippe") + authors = listOf("Adippe") /** * Status int as the following: @@ -21,4 +21,4 @@ cloudstream { ) iconUrl = "https://www.google.com/s2/favicons?domain=github.com&sz=%size%" -} \ No newline at end of file +}