Skip to content

Commit f093b46

Browse files
committed
Fix the license from MIT to Apache in artifact properties.
1 parent f98f0fa commit f093b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ThisBuild / developers := List(
3333
ThisBuild / homepage := Some(url("https://github.com/yruslan/channel_scala"))
3434
ThisBuild / description := "A port of GoLang channels to Scala"
3535
ThisBuild / startYear := Some(2020)
36-
ThisBuild / licenses += "MIT" -> url("http://opensource.org/licenses/MIT")
36+
ThisBuild / licenses += "Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt")
3737

3838
ThisBuild / pomIncludeRepository := { _ => false }
3939
ThisBuild / publishTo := {

0 commit comments

Comments
 (0)