Skip to content

Commit

Permalink
Add homepage to build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff May committed Oct 14, 2022
1 parent 31ce4c0 commit 42f8f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Dependencies._
name := "vapors-root"
ThisBuild / organization := "com.rallyhealth"
ThisBuild / organizationName := "Rally Health"
ThisBuild / homepage := Some(url("https://github.com/jeffmay/vapors"))
ThisBuild / scmInfo := Some(
ScmInfo(url("https://github.com/jeffmay/vapors"), "scm:git:[email protected]:jeffmay/vapors.git")
)
Expand Down

0 comments on commit 42f8f1f

Please sign in to comment.