Skip to content

Commit cce5e3e

Browse files
committed
Add missing metadata to the build
1 parent 34ca9ca commit cce5e3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.sbt

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
organization := "com.typesafe.sbt"
22
name := "sbt-git"
3+
licenses := Seq(("BSD-2-Clause", url("https://opensource.org/licenses/BSD-2-Clause")))
4+
description := "An sbt plugin that offers git features directly inside sbt"
5+
developers := List(Developer("jsuereth", "Josh Suereth", "joshua suereth gmail com", url("http://jsuereth.com/")))
6+
startYear := Some(2011)
7+
homepage := scmInfo.value map (_.browseUrl)
8+
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:[email protected]:sbt/sbt-git.git"))
39

410
sbtPlugin := true
511

0 commit comments

Comments
 (0)