mirror of
https://github.com/makew0rld/amfora.git
synced 2024-11-03 02:37:23 -05:00
a378eaf37a
Co-authored-by: makeworld
25 lines
722 B
Go
25 lines
722 B
Go
//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)
|
|
`)
|