Skip to content

Commit

Permalink
fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Aug 15, 2023
1 parent 31f27b5 commit e9eb579
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun Project.configurePublishing(repoName: String) {
description.set(project.description)
url.set("https://github.com/awslabs/$repoName")
licenses {
licenses {
license {
name.set("The Apache License, Version 2.0")
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
}
Expand Down

0 comments on commit e9eb579

Please sign in to comment.