chore: update AUTHORS

This commit is contained in:
Jakob Borg
2025-06-07 14:29:55 +02:00
parent 0b100296e1
commit 1915a470e9
3 changed files with 8 additions and 10 deletions

View File

@@ -99,11 +99,6 @@ func main() {
// Write AUTHORS file
// Sort by author name
slices.SortFunc(authors, func(a, b author) int {
return strings.Compare(strings.ToLower(a.name), strings.ToLower(b.name))
})
out, err := os.Create("AUTHORS")
if err != nil {
log.Fatal(err)