zerotierone: fix evaluation

This commit is contained in:
Franz Pletz 2016-07-21 04:56:19 +02:00
parent 267e362fbc
commit 2ce60ead60

View File

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