Merge pull request #311603 from MikaelFangel/wgnord-meta-update

wgnord: add platforms.linux to meta

authored by Franz Pletz and committed by GitHub 195613ac d22b10d5

+1
+1
pkgs/applications/networking/wgnord/default.nix
··· 62 62 maintainers = with lib.maintainers; [ urandom ]; 63 63 license = licenses.mit; 64 64 mainProgram = "wgnord"; 65 + platforms = platforms.linux; 65 66 }; 66 67 }