git: Updated Mary's profile link

This commit is contained in:
WerWolv 2023-11-01 10:43:59 +01:00
parent a92aa58be8
commit f14f77b4f0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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");