Skip to content

Commit

Permalink
Added missing homepage
Browse files Browse the repository at this point in the history
Added missing developer
  • Loading branch information
benedeki committed Nov 17, 2023
1 parent 73efbcb commit ee7b7de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ ThisBuild / developers := List(
name = "Tebalelo Sekhula",
email = "tebalelo.sekhula@absa.africa",
url = url("https://github.com/TebaleloS")
),
Developer(
id = "salamonpavel",
name = "Pavel Salamon",
email = "pavel.salamon@absa.africa",
url = url("https://github.com/salamonpavel")
)
)

Expand All @@ -61,3 +67,4 @@ ThisBuild / organizationHomepage := Some(url("https://www.absa.africa"))
ThisBuild / description := "A tool for fixing Spark Structured Streaming metadata files"
ThisBuild / startYear := Some(2021)
ThisBuild / licenses += "Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt")
ThisBuild / homepage := Some(url("https://github.com/AbsaOSS/atum-service"))

0 comments on commit ee7b7de

Please sign in to comment.