Skip to content

Commit

Permalink
Fix license on maven
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertojrequena committed Jan 22, 2020
1 parent ff0de6f commit 425e590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ uploadArchives {

licenses {
license {
name 'The Apache License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
name 'MIT License'
url 'https://raw.githubusercontent.com/gilbertojrequena/bonsai-sns/master/LICENSE'
}
}

Expand Down

0 comments on commit 425e590

Please sign in to comment.