Browse Source

chore: update AUTHORS

Jakob Borg 4 months ago
parent
commit
1915a470e9
3 changed files with 4 additions and 5 deletions
  1. 4 0
      AUTHORS
  2. 0 0
      gui/default/syncthing/core/aboutModalView.html
  3. 0 5
      script/authors.go

+ 4 - 0
AUTHORS

@@ -56,10 +56,12 @@ Anthony Goeckner <[email protected]>
 Antoine Lamielle (0x010C) <[email protected]> <[email protected]>
 Anur <[email protected]>
 Aranjedeath <[email protected]>
+ardevd <[email protected]>
 Arkadiusz Tymiński <[email protected]>
 Aroun <[email protected]>
 Arthur Axel fREW Schmidt (frioux) <[email protected]> <[email protected]>
 Artur Zubilewicz <[email protected]>
+Ashish Bhate <[email protected]>
 Aurélien Rainone <[email protected]>
 BAHADIR YILMAZ <[email protected]>
 Bart De Vries (mogwa1) <[email protected]>
@@ -192,6 +194,7 @@ Luke Hamburg <[email protected]>
 luzpaz <[email protected]>
 Majed Abdulaziz (majedev) <[email protected]>
 Marc Laporte (marclaporte) <[email protected]> <[email protected]>
+Marcel Meyer <[email protected]>
 Marcin Dziadus (marcindziadus) <[email protected]>
 Marcus B Spencer <[email protected]> <[email protected]>
 Marcus Legendre <[email protected]>
@@ -252,6 +255,7 @@ Philippe Schommers (filoozoom) <[email protected]>
 Phill Luby (pluby) <[email protected]>
 Piotr Bejda (piobpl) <[email protected]>
 polyfloyd <[email protected]>
+pullmerge <[email protected]>
 Quentin Hibon <[email protected]>
 Rahmi Pruitt <[email protected]>
 red_led <[email protected]>

File diff suppressed because it is too large
+ 0 - 0
gui/default/syncthing/core/aboutModalView.html


+ 0 - 5
script/authors.go

@@ -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)

Some files were not shown because too many files changed in this diff