Skip to content

Commit 013dc30

Browse files
committed
fix license SPDX id
1 parent 16b4210 commit 013dc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name := "scalacheck"
66
ThisBuild / organization := "org.scalacheck"
77
ThisBuild / organizationName := "Typelevel"
88
ThisBuild / homepage := Some(url("http://www.scalacheck.org"))
9-
ThisBuild / licenses := Seq("BSD 3-clause" -> url("https://opensource.org/licenses/BSD-3-Clause"))
9+
ThisBuild / licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause"))
1010
ThisBuild / developers := List(
1111
Developer(
1212
id = "rickynils",

0 commit comments

Comments
 (0)