summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-05-14 19:09:10 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-05-14 19:09:43 +0200
commitbb9e9cc3f84abc4363d4b15b5860d82301d5b41e (patch)
treed302ef3e538190103061b0b814be66bd9bc44e1f /pkgs/games
parent67fe5d46d4cd1c5383462bc136cd3c4ccc8cefc2 (diff)
downloadnixpkgs-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar
nixpkgs-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar.gz
nixpkgs-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar.bz2
nixpkgs-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar.lz
nixpkgs-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar.xz
nixpkgs-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar.zst
nixpkgs-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.zip
Turned some meta.maintainers into lists
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/hedgewars/default.nix2
-rw-r--r--pkgs/games/onscripter-en/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/hedgewars/default.nix b/pkgs/games/hedgewars/default.nix
index 042d4f9fd4a..bb776a7a10d 100644
--- a/pkgs/games/hedgewars/default.nix
+++ b/pkgs/games/hedgewars/default.nix
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
        contact with explosions, to zero (the damage dealt to the attacked
        hedgehog or hedgehogs after a player's or CPU turn is shown only when
        all movement on the battlefield has ceased).'';
-    maintainers = maintainers.kragniz;
+    maintainers = with maintainers; [ kragniz ];
     platforms = ghc.meta.platforms;
   };
 }
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 ];
   };
 }