gex: remove Br1ght0ne as maintainer

This commit is contained in:
Evan Richter
2023-07-11 18:08:16 -05:00
parent 9d62c8b22c
commit b724ae4d0c
@@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Piturnah/gex";
changelog = "https://github.com/Piturnah/gex/releases/tag/${src.rev}";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ azd325 Br1ght0ne evanrichter ];
maintainers = with maintainers; [ azd325 evanrichter ];
};
}