diff --git a/README.md b/README.md index 8b3188997..a6a0abaa2 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ To develop plugins for ImHex, use one of the following two templates projects to ### Contributors -- [Mary](https://github.com/Thog) for her immense help porting ImHex to MacOS and help during development +- [Mary](https://github.com/marysaka) for her immense help porting ImHex to MacOS and help during development - [Roblabla](https://github.com/Roblabla) for adding MSI Installer support to ImHex - [jam1garner](https://github.com/jam1garner) and [raytwo](https://github.com/raytwo) for their help with adding Rust support to plugins - [Mailaender](https://github.com/Mailaender) for getting ImHex onto Flathub diff --git a/plugins/builtin/source/content/views/view_about.cpp b/plugins/builtin/source/content/views/view_about.cpp index 2b90b5782..dcf73fe94 100644 --- a/plugins/builtin/source/content/views/view_about.cpp +++ b/plugins/builtin/source/content/views/view_about.cpp @@ -123,7 +123,7 @@ namespace hex::plugin::builtin { ImGui::NewLine(); // Draw additional contributors - link("Mary for porting ImHex to MacOS", "", "https://github.com/Thog"); + link("Mary for porting ImHex to MacOS", "", "https://github.com/marysaka"); link("Roblabla for adding the MSI Windows installer", "", "https://github.com/roblabla"); link("jam1garner for adding support for Rust plugins", "", "https://github.com/jam1garner");