forked from mirrors/nixpkgs
python3Packages.rdkit: add meta.changelog
This commit is contained in:
parent
bf2e7265e3
commit
6e29224f07
|
@ -156,5 +156,6 @@ buildPythonPackage rec {
|
|||
maintainers = with maintainers; [ rmcgibbo natsukium ];
|
||||
license = licenses.bsd3;
|
||||
homepage = "https://www.rdkit.org";
|
||||
changelog = "https://github.com/rdkit/rdkit/releases/tag/${src.rev}";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue