about summary refs log tree commit diff
path: root/pkgs/games/xmage
diff options
context:
space:
mode:
authorAndrea Bueide <andrea@abueide.com>2024-01-28 15:36:26 -0600
committerAndrea Bueide <andrea@abueide.com>2024-01-30 18:00:20 -0600
commitd12dffd9801fbf97bf5ac0c3a657a837a0019753 (patch)
tree570b5632c0bab51b8005743774aa18a2bcce2ac0 /pkgs/games/xmage
parent7515686d595366d7bec4bcde8909aaf4fdc9c9ff (diff)
xmage: Add abueide as maintainer
Diffstat (limited to 'pkgs/games/xmage')
-rw-r--r--pkgs/games/xmage/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/xmage/default.nix b/pkgs/games/xmage/default.nix
index b6aa8e22afd2a..531ef4cfb78b4 100644
--- a/pkgs/games/xmage/default.nix
+++ b/pkgs/games/xmage/default.nix
@@ -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/";
   };