Skip to content

Commit 4fdfc42

Browse files
authored
Add Kevin to the list of developers and CODEOWNERS (#35)
1 parent 83a862e commit 4fdfc42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@jakipatryk
1+
@jakipatryk @kevinwallimann

publish.sbt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ ThisBuild / developers := List(
2929
name = "Bartlomiej Baj",
3030
email = "[email protected]",
3131
url = url("https://github.com/jakipatryk")
32+
),
33+
Developer(
34+
id = "kevinwallimann",
35+
name = "Kevin Wallimann",
36+
email = "[email protected]",
37+
url = url("https://github.com/kevinwallimann")
3238
)
3339
)
3440

0 commit comments

Comments
 (0)