python310Packages.pyro-ppl: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-06-25 10:07:36 +02:00
committed by GitHub
parent f299c4a6b8
commit 817377bd15
@@ -67,6 +67,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for probabilistic modeling and inference";
homepage = "http://pyro.ai";
changelog = "https://github.com/pyro-ppl/pyro/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ teh georgewhewell ];
};