wireguard: meta update
This commit is contained in:
parent
b94a45a8d6
commit
4c205b2e8b
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
inherit (wireguard-tools.meta) homepage license maintainers;
|
||||
description = "Kernel module for the WireGuard secure network tunnel";
|
||||
longDescription = ''
|
||||
Backport of WireGuard for kernels 3.10 to 5.5, as an out of tree module.
|
||||
(as WireGuard was merged into the Linux kernel for 5.6)
|
||||
'';
|
||||
downloadPage = "https://git.zx2c4.com/wireguard-linux-compat/refs/";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue