xmage: Add abueide as maintainer

This commit is contained in:
Andrea Bueide
2024-01-30 18:00:20 -06:00
parent 7515686d59
commit d12dffd980
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -355,6 +355,12 @@
githubId = 13504599;
name = "Adam Boseley";
};
abueide = {
email = "andrea@abueide.com";
github = "abueide";
githubId = 19354425;
name = "Andrea Bueide";
};
abuibrahim = {
email = "ruslan@babayev.com";
github = "abuibrahim";
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Magic Another Game Engine";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [ matthiasbeyer abueide ];
homepage = "http://xmage.de/";
};