1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-19 19:25:24 +00:00
amfora/display/thanks.go

37 lines
1016 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 21:02:59 +00:00
* @lostleonardo
2021-04-22 02:02:51 +00:00
* Himanshu (@singalhimanshu)
2021-05-14 21:06:57 +00:00
* @regr4
* Anas Mohamed (@amohamed11)
2021-06-25 04:01:58 +00:00
* David Jimenez (@dvejmz)
2021-08-10 19:07:47 +00:00
* Michael McDonagh (@m-mcdonagh)
* mooff (@awfulcooking)
2021-12-08 00:57:22 +00:00
* Josias (@justjosias)
2021-12-23 01:36:12 +00:00
* mntn (@mntn-xyz)
2022-01-02 18:32:12 +00:00
* Maxime Bouillot (@Arkaeriit)
2022-04-26 01:03:04 +00:00
* Emily (@emily-is-my-username)
2022-10-13 00:00:24 +00:00
* Autumn! (@autumnull)
`)