maintainers: add toXel (#490847)

This commit is contained in:
Yohann Boniface 2026-03-02 22:50:46 +00:00 committed by GitHub
commit 8fa51dce90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -27386,6 +27386,11 @@
github = "vtourneur";
githubId = 48284424;
};
toXel = {
name = "Timo Arlt";
github = "toXel";
githubId = 2300709;
};
ToxicFrog = {
email = "toxicfrog@ancilla.ca";
github = "ToxicFrog";

View file

@ -326,6 +326,7 @@ buildFHSEnv {
maintainers = with lib.maintainers; [
amarshall
XBagon
toXel
];
platforms = [ "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];