python310Packages.neo: add changelog to meta
This commit is contained in:
parent
dec690df7f
commit
bd189f478f
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-9KIGBEszKtALEAcrDcenCzWfo2XseG+Sq3V+9K5YhHQ=";
|
hash = "sha256-9KIGBEszKtALEAcrDcenCzWfo2XseG+Sq3V+9K5YhHQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -41,6 +41,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Package for representing electrophysiology data";
|
description = "Package for representing electrophysiology data";
|
||||||
homepage = "https://neuralensemble.org/neo/";
|
homepage = "https://neuralensemble.org/neo/";
|
||||||
|
changelog = "https://neo.readthedocs.io/en/${version}/releases/${version}.html";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue