From f083b3da0d139b6d94371cae1a29d16deaa3c700 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 22 May 2022 23:39:21 -0700 Subject: [PATCH] freetype: README: credit Ali properly Signed-off-by: Stephen Gutekanst --- freetype/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/freetype/README.md b/freetype/README.md index 8846d1ce..3bff130d 100644 --- a/freetype/README.md +++ b/freetype/README.md @@ -19,3 +19,7 @@ Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/ ## Contributing Contributions are very welcome. Pull requests must be sent to [the main repository](https://github.com/hexops/mach/tree/main/freetype) to avoid some complex merge conflicts we'd get by accepting contributions in both repositories. Once the changes are merged there, they'll get sync'd to this repository automatically. + +# Thanks + +Special thanks to [@alichraghi](https://github.com/alichraghi), original author of these bindings who contributed them to Mach!