We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ca9ca commit cce5e3eCopy full SHA for cce5e3e
build.sbt
@@ -1,5 +1,11 @@
1
organization := "com.typesafe.sbt"
2
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"))
9
10
sbtPlugin := true
11
0 commit comments