3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.rdkit: add meta.changelog

This commit is contained in:
natsukium 2023-06-20 01:37:20 +09:00
parent bf2e7265e3
commit 6e29224f07
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -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}";
};
}