mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 11:03:57 +00: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}";
|
changelog = "https://github.com/PolyMC/PolyMC/releases/tag/${version}";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ cleverca22 starcraft66 ];
|
maintainers = with maintainers; [ cleverca22 starcraft66 ];
|
||||||
|
knownVulnerabilities = [ "OVE-20221017-0001" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user