summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorDaan <daanl@outlook.com>2022-01-22 13:11:13 -0800
committerDaan <daanl@outlook.com>2022-01-22 13:11:13 -0800
commit85d1a7a1c45a6c8f46fe9b7eb481fefe6dd92f93 (patch)
treef433bec0b1c6ed4e027778552ae6f60c66d18acb /readme.md
parent7ee91d31c01e712befa1edb6c81ccb5d3e98303b (diff)
fix link in readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index dd93508..0998049 100644
--- a/readme.md
+++ b/readme.md
@@ -97,7 +97,7 @@ Special thanks to:
* [David Carlier](https://devnexen.blogspot.com/) (@devnexen) for his many contributions, and making
mimalloc work better on many less common operating systems, like Haiku, Dragonfly, etc.
-* Sam Gross ([@colesbury](https://github.com/colesbury)) for the [no GIL](https://github.com/colesbury/nogil) Python fork which
+* [Sam Gross](https://github.com/colesbury) for the [no GIL](https://github.com/colesbury/nogil) Python fork which
uses mimalloc internally.
* Mary Feofanova (@mary3000), Evgeniy Moiseenko, and Manuel Pöter (@mpoeter) for making mimalloc TSAN checkable, and finding
memory model bugs using the [genMC] model checker.