Vampire commented on code in PR #279:
URL: https://github.com/apache/groovy-geb/pull/279#discussion_r2191113061


##########
buildSrc/src/main/groovy/geb.publishing.gradle:
##########
@@ -47,14 +47,16 @@ publishing {
             }
             developers {
                 developer {
-                    id = "alkemist"
-                    name = "Luke Daley"
-                    roles = ["Founder"]
+                    id = "paulk-asert"
+                    name = "Paul King"
                 }
                 developer {
-                    id = "erdi"
-                    name = "Marcin Erdmann"
-                    roles = ["Lead"]
+                    id = "jonnybot"
+                    name = "Jonny Carter"
+                }
+                developer {
+                    id = "sdelamo"
+                    name = " Sergio del Amo"

Review Comment:
   ```suggestion
                       name = "Sergio del Amo"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to