zerotierone: add danielfullmer as maintainer

This commit is contained in:
Daniel Fullmer 2020-01-03 20:10:55 -05:00
parent 44d0aed677
commit 7fffda016c

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
description = "Create flat virtual Ethernet networks of almost unlimited size"; description = "Create flat virtual Ethernet networks of almost unlimited size";
homepage = https://www.zerotier.com; homepage = https://www.zerotier.com;
license = licenses.bsl11; license = licenses.bsl11;
maintainers = with maintainers; [ sjmackenzie zimbatm ehmry obadz ]; maintainers = with maintainers; [ sjmackenzie zimbatm ehmry obadz danielfullmer ];
platforms = platforms.x86_64 ++ platforms.aarch64; platforms = platforms.x86_64 ++ platforms.aarch64;
}; };
} }