From 2ce60ead606033ee877c2052286c9edce9c2b7d4 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Thu, 21 Jul 2016 04:56:19 +0200 Subject: [PATCH] zerotierone: fix evaluation --- pkgs/tools/networking/zerotierone/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/zerotierone/default.nix b/pkgs/tools/networking/zerotierone/default.nix index 51a90544ca4b..ba41fcdd687a 100644 --- a/pkgs/tools/networking/zerotierone/default.nix +++ b/pkgs/tools/networking/zerotierone/default.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { description = "Create flat virtual Ethernet networks of almost unlimited size"; homepage = https://www.zerotier.com; license = licenses.gpl3; - maintainers = [ sjmackenzie ]; + maintainers = with maintainers; [ sjmackenzie ]; platforms = platforms.allBut [ "i686-linux" ]; }; }