diff --git a/build.gradle b/build.gradle index 8dafc1e..87c4424 100644 --- a/build.gradle +++ b/build.gradle @@ -38,8 +38,8 @@ install { pom.project { licenses { license { - name 'The Apache Software License, Version 2.0' - url 'http://www.apache.org/licenses/LICENSE-2.0.txt' + name 'The MIT License (MIT)' + url 'https://github.com/bitsoex/bitso-java/blob/master/LICENSE' distribution 'repo' } }