Skip to content

Commit 78ce598

Browse files
ci(galaxy): fix author info too long
Must not be more than 64 characters.
1 parent fb50096 commit 78ce598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ readme: README.md
2020
# format: 'Full Name <email> (url)
2121
# @nicks:irc/im.site#channel'
2222
authors:
23-
- Geoffrey Bernardo van Wyk <geoffrey@vanwyk.biz> (https://geoffreyvanwyk.dev)
23+
- Geoffrey Bernardo van Wyk (https://geoffreyvanwyk.dev)
2424

2525
### OPTIONAL but strongly recommended
2626
# A short summary description of the collection

0 commit comments

Comments
 (0)