Skip to content

Commit

Permalink
Fix license.
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorenc committed Oct 11, 2024
1 parent 53c71b5 commit e4094b6
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 @@ -161,8 +161,8 @@ publishing {
url = 'https://github.com/typesense/typesense-java'
licenses {
license {
name = 'GNU General Public License v3.0'
url = 'https://www.gnu.org/licenses/gpl-3.0.en.html'
name = 'Apache License, Version 2.0'
url = 'http://www.apache.org/licenses/LICENSE-2.0'
}
}
developers {
Expand Down

0 comments on commit e4094b6

Please sign in to comment.