python310Packages.qutip: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-07-01 10:26:31 +02:00 committed by GitHub
parent 1af3bc22ae
commit 7c083c0df1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Open-source software for simulating the dynamics of closed and open quantum systems";
homepage = "https://qutip.org/";
changelog = "https://github.com/qutip/qutip/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ fabiangd ];
};