mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 22:04:20 +00:00
python310Packages.qutip: add changelog to meta
This commit is contained in:
parent
1af3bc22ae
commit
7c083c0df1
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user