diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 1190b976f4..69747e3e0b 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -157,7 +157,7 @@ object AkkaBuild { ivyLoggingLevel in ThisBuild := UpdateLogging.Quiet, - licenses := Seq(("Apache License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))), + licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))), homepage := Some(url("https://akka.io/")), description := "Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.",