python312Packages.clifford: add meta.changelog

This commit is contained in:
Corinna Raab 2024-04-11 08:45:32 +02:00
parent 24d031bfa2
commit 13ceab7595

View File

@ -62,6 +62,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Numerical Geometric Algebra Module"; description = "Numerical Geometric Algebra Module";
homepage = "https://clifford.readthedocs.io"; homepage = "https://clifford.readthedocs.io";
changelog = "https://github.com/pygae/clifford/releases/tag/v${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
}; };