Skip to content

Commit cc32369

Browse files
authored
Update contacts and developers (#387)
1 parent 4ddf3cd commit cc32369

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ available communication channels.
1414
Any questions, concerns, or moderation requests please contact a member of the project.
1515

1616
- Chris Kipp | [twitter](https://twitter.com/ckipp01) | [email](mailto:open-source@chris-kipp.io)
17+
- Stephen Samuel | [twitter](https://twitter.com/_sksamuel) | [email](mailto:sam@sksamuel.com)
1718

1819
_The text for this was borrowed from
1920
[typelevel/cats-effect](https://github.com/typelevel/cats-effect/blob/series/3.x/CODE_OF_CONDUCT.md)_

build.sbt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ inThisBuild(
4242
"Grzegorz Slowikowski",
4343
"gslowikowski@gmail.com",
4444
url("https://github.com/gslowikowski")
45+
),
46+
Developer(
47+
"ckipp01",
48+
"Chris Kipp",
49+
"open-source@chris-kipp.io",
50+
url("https://www.chris-kipp.io/")
4551
)
4652
),
4753
licenses := Seq(

0 commit comments

Comments
 (0)