Merge pull request #196476 from an-empty-string/polymc-known-vulnerabilities

authored by

Sandro and committed by
GitHub
41c16756 f685147c

+1
+1
pkgs/games/polymc/default.nix
··· 71 71 changelog = "https://github.com/PolyMC/PolyMC/releases/tag/${version}"; 72 72 license = licenses.gpl3Only; 73 73 maintainers = with maintainers; [ cleverca22 starcraft66 ]; 74 + knownVulnerabilities = [ "OVE-20221017-0001" ]; 74 75 }; 75 76 }