1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-09-27 23:05:55 -04:00
amfora/display/thanks.go

34 lines
930 B
Go
Raw Normal View History

//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)
* mooff (@awfulcooking)
2021-12-07 19:57:22 -05:00
* Josias (@justjosias)
2021-12-22 20:36:12 -05:00
* mntn (@mntn-xyz)
`)