2021-02-12 21:26:07 -05:00
|
|
|
//nolint
|
|
|
|
package display
|
|
|
|
|
|
|
|
//go:generate ./thanks.sh
|
|
|
|
var thanks = []byte(`# THANKS
|
|
|
|
|
|
|
|
Thank you to the following contributors, who have helped make Amfora great. FOSS projects are a community effort, and we would be worse off without you.
|
|
|
|
|
|
|
|
* Sotiris Papatheodorou (@sotpapathe)
|
|
|
|
* Chloe Kudryavtsev (@CosmicToast)
|
|
|
|
* Adrian Hesketh (@a-h)
|
|
|
|
* Jansen Price (@sumpygump)
|
|
|
|
* Alex Wennerberg (@alexwennerberg)
|
|
|
|
* Timur Ismagilov (@bouncepaw)
|
|
|
|
* Matt Caroll (@ohiolab)
|
|
|
|
* Patryk Niedźwiedziński (@pniedzwiedzinski)
|
|
|
|
* Trevor Slocum (@tsclocum)
|
|
|
|
* Mattias Jadelius (@jedthehumanoid)
|
|
|
|
* Lokesh Krishna (@lokesh-krishna)
|
|
|
|
* Jeff (@phaedrus-jaf)
|
|
|
|
* Stephen Robinson (@sudobash1)
|
|
|
|
* Peter Steinberg (@objectliteral)
|
|
|
|
* Thomas Adam (@ThomasAdam)
|
2021-04-20 17:02:59 -04:00
|
|
|
* @lostleonardo
|
2021-04-21 22:02:51 -04:00
|
|
|
* Himanshu (@singalhimanshu)
|
2021-05-14 17:06:57 -04:00
|
|
|
* @regr4
|
|
|
|
* Anas Mohamed (@amohamed11)
|
2021-06-25 00:01:58 -04:00
|
|
|
* David Jimenez (@dvejmz)
|
2021-08-10 15:07:47 -04:00
|
|
|
* Michael McDonagh (@m-mcdonagh)
|
2021-12-03 11:45:36 -05:00
|
|
|
* mooff (@awfulcooking)
|
2021-12-07 19:57:22 -05:00
|
|
|
* Josias (@justjosias)
|
2021-12-22 20:36:12 -05:00
|
|
|
* mntn (@mntn-xyz)
|
2022-01-02 13:32:12 -05:00
|
|
|
* Maxime Bouillot (@Arkaeriit)
|
2022-04-25 21:03:04 -04:00
|
|
|
* Emily (@emily-is-my-username)
|
2022-10-12 20:00:24 -04:00
|
|
|
* Autumn! (@autumnull)
|
2021-02-12 21:26:07 -05:00
|
|
|
`)
|