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

31 lines
864 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)
`)