wireguard: fix up text, maintainer, and version

This commit is contained in:
Jason A. Donenfeld
2018-05-22 02:58:13 +02:00
parent b72a8a41c3
commit 8d575415ad
3 changed files with 5 additions and 7 deletions
@@ -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 ];
platforms = with platforms; darwin;
maintainers = with maintainers; [ kirelagin zx2c4 ];
platforms = platforms.darwin;
};
}