aboutsummaryrefslogtreecommitdiff
path: root/dokka-fatjar/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'dokka-fatjar/build.gradle')
-rw-r--r--dokka-fatjar/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/dokka-fatjar/build.gradle b/dokka-fatjar/build.gradle
index 1c5784ec..85dc95f3 100644
--- a/dokka-fatjar/build.gradle
+++ b/dokka-fatjar/build.gradle
@@ -88,7 +88,7 @@ bintray {
pkg {
repo = 'dokka'
name = 'dokka'
- userOrg = 'jetbrains'
+ userOrg = 'kotlin'
desc = 'Dokka, the Kotlin documentation tool'
vcsUrl = 'https://github.com/kotlin/dokka.git'
licenses = ['Apache-2.0']