From 508d9499b1e4a90602bf2d2cbc5c62f2aafd021f Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sun, 18 Dec 2016 00:27:59 -0800 Subject: zdoom: Fix typo from 1cc9d9ef2ce80dee5c8f2ef9f8ae20ae76337d73 --- pkgs/games/zdoom/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/zdoom') diff --git a/pkgs/games/zdoom/default.nix b/pkgs/games/zdoom/default.nix index 4aca0e0114dc..a217c7217b6e 100644 --- a/pkgs/games/zdoom/default.nix +++ b/pkgs/games/zdoom/default.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation rec { # Doom source license, MAME license license = licenses.unfreeRedistributable; platforms = platforms.linux; - maintainers = with maintainer;s [ lassulus ]; + maintainers = with maintainers; [ lassulus ]; }; } -- cgit 1.4.1