Skip to content

Commit

Permalink
Added developers in build file (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
MFSY authored Nov 19, 2018
1 parent 0915de8 commit ec99404
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ lazy val common = Seq(
bintrayOmitLicense := true,
homepage := Some(url("https://github.com/INCF/neuroshapes")),
licenses := Seq("CC-4.0" -> url("https://github.com/INCF/neuroshapes/blob/master/LICENSE")),
developers := List(
Developer("MFSY", "Mohameth François Sy", "[email protected]", url("https://incf.github.io/neuroshapes/")),
Developer("annakristinkaufmann", "Anna-Kristin Kaufmann", "[email protected]", url("https://incf.github.io/neuroshapes/")),
Developer("huanxiang", "Lu Huanxiang", "[email protected]", url("https://incf.github.io/neuroshapes/")),
Developer("apdavison", "Andrew Davison", "[email protected]", url("https://incf.github.io/neuroshapes/")),
Developer("genric", "Ivaska Genrich", "[email protected]", url("https://incf.github.io/neuroshapes/"))
),
scmInfo := Some(
ScmInfo(url("https://github.com/INCF/neuroshapes"), "scm:git:git@https://github.com/INCF/neuroshapes.git"))
)
Expand Down

0 comments on commit ec99404

Please sign in to comment.