mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
python310Packages.emcee: add changelog to meta
This commit is contained in:
parent
5ed96bdf6c
commit
bc0b4775d7
@ -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; [ ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user