gex: add evanrichter as maintainer

This commit is contained in:
Evan Richter
2023-07-11 08:54:23 -05:00
parent 4429be1806
commit 89d9a1318d
@@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
description = "Git Explorer: cross-platform git workflow improvement tool inspired by Magit";
homepage = "https://github.com/Piturnah/gex";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ azd325 Br1ght0ne ];
maintainers = with maintainers; [ azd325 Br1ght0ne evanrichter ];
};
}