about summary refs log tree commit diff
path: root/pkgs/applications/misc/skytemple/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/skytemple/default.nix')
-rw-r--r--pkgs/applications/misc/skytemple/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/skytemple/default.nix b/pkgs/applications/misc/skytemple/default.nix
index 98e41bf73e763..116c5096cb599 100644
--- a/pkgs/applications/misc/skytemple/default.nix
+++ b/pkgs/applications/misc/skytemple/default.nix
@@ -67,6 +67,6 @@ python3Packages.buildPythonApplication rec {
     description = "ROM hacking tool for Pokémon Mystery Dungeon Explorers of Sky";
     mainProgram = "skytemple";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ xfix marius851000 ];
+    maintainers = with maintainers; [ marius851000 ];
   };
 }