Skip to content

Commit ee7b7de

Browse files
committed
Added missing homepage
Added missing developer
1 parent 73efbcb commit ee7b7de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

publish.sbt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ ThisBuild / developers := List(
5252
name = "Tebalelo Sekhula",
5353
email = "[email protected]",
5454
url = url("https://github.com/TebaleloS")
55+
),
56+
Developer(
57+
id = "salamonpavel",
58+
name = "Pavel Salamon",
59+
email = "[email protected]",
60+
url = url("https://github.com/salamonpavel")
5561
)
5662
)
5763

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

0 commit comments

Comments
 (0)