summary refs log tree commit diff
path: root/pkgs/games/hedgewars
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/hedgewars
parent67fe5d46d4cd1c5383462bc136cd3c4ccc8cefc2 (diff)
downloadnixlib-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar
nixlib-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar.gz
nixlib-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar.bz2
nixlib-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar.lz
nixlib-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar.xz
nixlib-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.tar.zst
nixlib-bb9e9cc3f84abc4363d4b15b5860d82301d5b41e.zip
Turned some meta.maintainers into lists
Diffstat (limited to 'pkgs/games/hedgewars')
-rw-r--r--pkgs/games/hedgewars/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/hedgewars/default.nix b/pkgs/games/hedgewars/default.nix
index 042d4f9fd4aa..bb776a7a10d0 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;
   };
 }