From c727762940949cd20e6a099522c4e043c52f2a12 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 11 Mar 2024 21:26:03 +0100 Subject: [PATCH] impr: Added AxCut to the about page --- plugins/builtin/source/content/views/view_about.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/builtin/source/content/views/view_about.cpp b/plugins/builtin/source/content/views/view_about.cpp index 7e798a579..4df69f870 100644 --- a/plugins/builtin/source/content/views/view_about.cpp +++ b/plugins/builtin/source/content/views/view_about.cpp @@ -275,6 +275,7 @@ namespace hex::plugin::builtin { constexpr static std::array Contributors = { Contributor { "iTrooz", "A huge amount of help maintaining ImHex and the CI", "https://github.com/iTrooz", true }, Contributor { "jumanji144", "A ton of help with the Pattern Language, API and usage stats", "https://github.com/jumanji144", true }, + Contributor { "AxCut", "A ton of great pattern language improvements and help with the issue tracker", "https://github.com/paxcut", false }, Contributor { "Mary", "Porting ImHex to macOS originally", "https://github.com/marysaka", false }, Contributor { "Roblabla", "Adding the MSI Windows installer", "https://github.com/roblabla", false }, Contributor { "jam1garner", "Adding support for Rust plugins", "https://github.com/jam1garner", false },