Skip to content

Commit 2c54768

Browse files
committed
Update contributors
1 parent 753785c commit 2c54768

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

buildSrc/src/main/kotlin/publish-conventions.gradle.kts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ mavenPublishing {
7373
}
7474

7575
contributor {
76-
name.set("avently")
76+
name.set("Stanislav Dmitrenko")
7777
url.set("https://github.com/avently")
7878
}
7979

8080
contributor {
81-
name.set("gsteckman")
81+
name.set("Greg Steckman")
8282
url.set("https://github.com/gsteckman")
8383
}
8484

@@ -149,7 +149,7 @@ mavenPublishing {
149149

150150
contributor {
151151
name.set("Eichisanden")
152-
url.set("https://blog.a-1.dev/")
152+
url.set("https://github.com/eichisanden")
153153
}
154154

155155
contributor {
@@ -191,6 +191,11 @@ mavenPublishing {
191191
name.set("Daniele Bottillo")
192192
url.set("https://github.com/dbottillo")
193193
}
194+
195+
contributor {
196+
name.set("Riley McGee")
197+
url.set("https://rileymichael.com/")
198+
}
194199
}
195200

196201
scm {

0 commit comments

Comments
 (0)