Skip to content

Commit f86b86c

Browse files
julienrfennru
andauthored
Fix developers
Co-authored-by: Enno Runne <[email protected]>
1 parent 8244bf2 commit f86b86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ licenses += "Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html
8484
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-javaagent"), "scm:git:[email protected]:sbt/sbt-javaagent.git"))
8585
homepage := scmInfo.value.map(_.browseUrl)
8686
developers := List(
87-
Developer("pvlugter", "Peter Vlugter", "peter.vlugter@lightbend.com", url("https://github.com/pvlugter"))
87+
Developer("contributors", "Contributors", "https://github.com/sbt/sbt-javaagent/discussions", url("https://github.com/sbt/sbt-javaagent/graphs/contributors"))
8888
)
8989
publishTo := sonatypePublishTo.value
9090

0 commit comments

Comments
 (0)