python310Packages.emcee: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-28 12:59:03 +01:00 committed by GitHub
parent 5ed96bdf6c
commit bc0b4775d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Kick ass affine-invariant ensemble MCMC sampling";
homepage = "https://emcee.readthedocs.io/";
changelog = "https://github.com/dfm/emcee/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
};