Remove comma

Co-authored-by: Anton Sviridov <keynmol@gmail.com>
This commit is contained in:
Frank S. Thomas 2020-12-02 13:51:59 +01:00 committed by GitHub
parent 82275d07ac
commit d5505a752a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ThisBuild / version := {
else orig
}
ThisBuild / description := "sbt plugin to define project matrix for cross building"
ThisBuild / homepage := Some(url("https://github.com/sbt/sbt-projectmatrix")),
ThisBuild / homepage := Some(url("https://github.com/sbt/sbt-projectmatrix"))
ThisBuild / licenses := Seq("MIT License" -> url("https://github.com/sbt/sbt-projectmatrix/blob/master/LICENSE"))
lazy val root = (project in file("."))