Fix misspelled meta.maintainers attributes
This commit is contained in:
committed by
Robin Gloster
parent
3ff05a5bf4
commit
e2eca0c24c
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = http://zandronum.com/;
|
||||
description = "multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software. Binary version for online play.";
|
||||
maintainer = [ stdenv.lib.maintainers.lassulus ];
|
||||
maintainers = [ stdenv.lib.maintainers.lassulus ];
|
||||
# Binary version has different version string than source code version.
|
||||
license = stdenv.lib.licenses.unfreeRedistributable;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
||||
@@ -54,7 +54,7 @@ in stdenv.mkDerivation {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://zandronum.com/;
|
||||
description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software.";
|
||||
maintainer = with maintainers; [ lassulus ];
|
||||
maintainers = with maintainers; [ lassulus ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.bsdOriginal;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user