maintainers: add toXel (#490847)

This commit is contained in:
Yohann Boniface
2026-03-02 22:50:46 +00:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
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";
@@ -326,6 +326,7 @@ buildFHSEnv {
maintainers = with lib.maintainers; [
amarshall
XBagon
toXel
];
platforms = [ "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];