···3636 meta = with lib; {
3737 inherit (wireguard-tools.meta) homepage license maintainers;
3838 description = "Kernel module for the WireGuard secure network tunnel";
3939+ longDescription = ''
4040+ Backport of WireGuard for kernels 3.10 to 5.5, as an out of tree module.
4141+ (as WireGuard was merged into the Linux kernel for 5.6)
4242+ '';
3943 downloadPage = "https://git.zx2c4.com/wireguard-linux-compat/refs/";
4044 platforms = platforms.linux;
4145 };