···36 meta = with lib; {
37 inherit (wireguard-tools.meta) homepage license maintainers;
38 description = "Kernel module for the WireGuard secure network tunnel";
000039 downloadPage = "https://git.zx2c4.com/wireguard-linux-compat/refs/";
40 platforms = platforms.linux;
41 };
···36 meta = with lib; {
37 inherit (wireguard-tools.meta) homepage license maintainers;
38 description = "Kernel module for the WireGuard secure network tunnel";
39+ longDescription = ''
40+ Backport of WireGuard for kernels 3.10 to 5.5, as an out of tree module.
41+ (as WireGuard was merged into the Linux kernel for 5.6)
42+ '';
43 downloadPage = "https://git.zx2c4.com/wireguard-linux-compat/refs/";
44 platforms = platforms.linux;
45 };