summary refs log tree commit diff
path: root/pkgs/games/onscripter-en
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/onscripter-en')
-rw-r--r--pkgs/games/onscripter-en/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/onscripter-en/default.nix b/pkgs/games/onscripter-en/default.nix
index 1d0bf636e2e..8e9f5a988bf 100644
--- a/pkgs/games/onscripter-en/default.nix
+++ b/pkgs/games/onscripter-en/default.nix
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
     homepage = "http://dev.haeleth.net/onscripter.shtml";
     license = licenses.gpl2;
     platforms = platforms.unix;
-    maintainers = maintainers.abbradar;
+    maintainers = with maintainers; [ abbradar ];
   };
 }