wireguard{,-go,-tools}: 0.0.20180531 -> 0.0.20180613

This commit is contained in:
Yegor Timoshenko
2018-06-14 19:45:15 +00:00
parent fafbabd0c7
commit 9807281253
3 changed files with 7 additions and 10 deletions
+3 -6
View File
@@ -24,11 +24,8 @@ stdenv.mkDerivation rec {
buildPhase = "make module";
meta = with stdenv.lib; {
homepage = https://www.wireguard.com/;
downloadPage = https://git.zx2c4.com/WireGuard/refs/;
description = "Kernel module for the WireGuard secure network tunnel";
maintainers = with maintainers; [ ericsagnes mic92 zx2c4 ];
license = licenses.gpl2;
platforms = platforms.linux;
inherit (wireguard-tools.meta) homepage license maintainers;
description = "Kernel module for the WireGuard secure network tunnel";
platforms = platforms.linux;
};
}