mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #196476 from an-empty-string/polymc-known-vulnerabilities
This commit is contained in:
commit
41c16756ae
@ -71,5 +71,6 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://github.com/PolyMC/PolyMC/releases/tag/${version}";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ cleverca22 starcraft66 ];
|
||||
knownVulnerabilities = [ "OVE-20221017-0001" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user