summary refs log tree commit diff
path: root/pkgs/games/scummvm
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-12-18 15:44:06 +0000
committerOrivej Desh <orivej@gmx.fr>2017-12-18 15:44:06 +0000
commit68d57167b058d86c41107da5c62190ffcf99dfe0 (patch)
treea775fbdf59e1744f5a7cacab36122630456da0d0 /pkgs/games/scummvm
parent3b367119ee2fbdc63abfab1047bd5bafdcaafb20 (diff)
downloadnixpkgs-68d57167b058d86c41107da5c62190ffcf99dfe0.tar
nixpkgs-68d57167b058d86c41107da5c62190ffcf99dfe0.tar.gz
nixpkgs-68d57167b058d86c41107da5c62190ffcf99dfe0.tar.bz2
nixpkgs-68d57167b058d86c41107da5c62190ffcf99dfe0.tar.lz
nixpkgs-68d57167b058d86c41107da5c62190ffcf99dfe0.tar.xz
nixpkgs-68d57167b058d86c41107da5c62190ffcf99dfe0.tar.zst
nixpkgs-68d57167b058d86c41107da5c62190ffcf99dfe0.zip
scummvm: fix eval
Diffstat (limited to 'pkgs/games/scummvm')
-rw-r--r--pkgs/games/scummvm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/scummvm/default.nix b/pkgs/games/scummvm/default.nix
index afc0cc2c247..893055fa6e9 100644
--- a/pkgs/games/scummvm/default.nix
+++ b/pkgs/games/scummvm/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
     description = "Program to run certain classic graphical point-and-click adventure games (such as Monkey Island)";
     homepage = http://www.scummvm.org/;
     license = licenses.gpl2;
-    maintainers = [ peterhoeg ];
+    maintainers = [ maintainers.peterhoeg ];
     platforms = platforms.linux;
   };
 }