blob: 800f8a72fec44594609eb06974ccaefc1203de4a [file] [log] [blame]
// License of your choice
licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
homepage := Some(url("https://interestinglab.github.io/earth-fleet/"))
scmInfo := Some(
ScmInfo(
url("https://github.com/Interestinglab/earth-fleet"),
"scm:git@github.com:Interestinglab/earth-fleet.git"
)
)
developers := List(
Developer(id="interestinglab", name="interestinglab", email="garygaowork@gmail.com", url=url("https://github.com/Interestinglab"))
)