wireguard-go: assign yegortimoshenko as maintainer

This commit is contained in:
Yegor Timoshenko 2018-06-09 06:39:43 +03:00
parent 6bcbd22997
commit 2a13dc778f

View File

@ -22,7 +22,7 @@ buildGoPackage rec {
description = "Userspace Go implementation of WireGuard";
homepage = https://git.zx2c4.com/wireguard-go/about/;
license = licenses.gpl2;
maintainers = with maintainers; [ kirelagin zx2c4 ];
maintainers = with maintainers; [ kirelagin yegortimoshenko zx2c4 ];
platforms = platforms.darwin;
};
}