Skip to content

Commit

Permalink
Merge pull request #118 from fd4s/com-github-fds-group-id
Browse files Browse the repository at this point in the history
Change group ID to com.github.fd4s
  • Loading branch information
vlovgr authored Dec 19, 2019
2 parents 4f5c1a6 + 3411070 commit 7f225db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ lazy val buildInfoSettings = Seq(
)

lazy val metadataSettings = Seq(
organization := "com.ovoenergy",
organizationName := "OVO Energy Limited",
organizationHomepage := Some(url("https://ovoenergy.com"))
organization := "com.github.fd4s"
)

lazy val publishSettings =
Expand All @@ -209,7 +207,7 @@ lazy val publishSettings =
headerLicense := Some(
de.heikoseeberger.sbtheader.License.ALv2(
s"${startYear.value.get}",
organizationName.value,
"OVO Energy Limited",
HeaderLicenseStyle.SpdxSyntax
)
),
Expand Down

0 comments on commit 7f225db

Please sign in to comment.