zdoom: Fix typo from 1cc9d9ef2c

This commit is contained in:
John Ericson 2016-12-18 00:27:59 -08:00 committed by John Ericson
parent 3057f3e962
commit 508d9499b1

View File

@ -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 ];
};
}