python310Packages.neo: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-20 11:25:47 +01:00
parent dec690df7f
commit bd189f478f

View file

@ -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 ];
}; };