Skip to content

Commit ee928fa

Browse files
committed
sort founder section
1 parent fe2b6dc commit ee928fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/PublishPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ class PublishPlugin implements Plugin<Project> {
196196
// Note: these lists are sorted alphabetically by section
197197
[
198198
// Founders
199+
founder('devijvers', 'Steven Devijver', project),
199200
founder('dierk', 'Dierk König', project),
200201
founder('glaforge', 'Guillaume LaForge', project),
201202
founder('graemerocher', 'Graeme Rocher', project),
202-
founder('devijvers', 'Steven Devijver', project),
203203
// Developers
204204
// - `active` contributors (should have an ASF account)
205205
// - supports the current framework

0 commit comments

Comments
 (0)