summary refs log tree commit diff
path: root/pkgs/games/gzdoom
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-10 14:59:36 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-10 14:59:50 +0100
commitaea262f654ee22bba84b9b3b867c62ebb17adc6c (patch)
tree955736f4dc3338cab7ea88e9814c58e6d01cbb9b /pkgs/games/gzdoom
parent99f4f1d7ef0b6a2f1bab7daa51985da565c54f6a (diff)
downloadnixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar.gz
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar.bz2
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar.lz
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar.xz
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar.zst
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.zip
Fix misspelled meta.maintainers attributes
Diffstat (limited to 'pkgs/games/gzdoom')
-rw-r--r--pkgs/games/gzdoom/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/gzdoom/default.nix b/pkgs/games/gzdoom/default.nix
index 66d01905aaf..3f8744d75cb 100644
--- a/pkgs/games/gzdoom/default.nix
+++ b/pkgs/games/gzdoom/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
   meta = {
     homepage = https://github.com/coelckers/gzdoom;
     description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features";
-    maintainer = [ stdenv.lib.maintainers.lassulus ];
+    maintainers = [ stdenv.lib.maintainers.lassulus ];
   };
 }