Skip to content

Commit

Permalink
Update developer information for pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Mar 9, 2023
1 parent 91f92c6 commit a531392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ object Common extends AutoPlugin {
javacOptions ++= Seq("-encoding", "UTF-8", "-Xlint:-options"),

scmInfo := Some(ScmInfo(url(s"https://github.com/playframework/${repoName}"), s"scm:git:[email protected]:playframework/${repoName}.git")),
developers += Developer("contributors",
"Contributors",
"https://gitter.im/playframework/contributors",
developers += Developer("playframework",
"Play Framework Team",
"contact@playframework.com",
url("https://github.com/playframework")),

description := "Play mailer plugin")
Expand Down

0 comments on commit a531392

Please sign in to comment.