python310Packages.MDP: update homepage and add changelog

This commit is contained in:
Fabian Affolter
2023-02-23 23:28:25 +01:00
parent 3981699ec3
commit ea6818a62c
@@ -40,7 +40,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for building complex data processing software by combining widely used machine learning algorithms";
homepage = "https://mdp-toolkit.sourceforge.net";
homepage = "https://mdp-toolkit.github.io/";
changelog = "https://github.com/mdp-toolkit/mdp-toolkit/blob/MDP-${version}/CHANGES";
license = licenses.bsd3;
maintainers = with maintainers; [ nico202 ];
};