Skip to content

Commit

Permalink
publish under artifactId=sekurity
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Mar 6, 2018
1 parent dbe70b6 commit 91fc085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ bintray {
name = "SeKurity"
userOrg = "simon-wirtz"
websiteUrl = "https://blog.simon-wirtz.de"
vcsUrl = "https://github.com/s1monw1/TlsLibrary"
githubRepo = "https://github.com/s1monw1/TlsLibrary"
vcsUrl = "git@github.com:s1monw1/TlsLibrary.git"
description = "Simple Lib for TLS/SSL socket handling written in Kotlin"
setLabels("kotlin")
setLicenses("MIT")
Expand Down

0 comments on commit 91fc085

Please sign in to comment.