forked from mirrors/nixpkgs
python310Packages.minio: add changelog to meta
This commit is contained in:
parent
50cc0c3416
commit
27ee79c38b
|
@ -56,6 +56,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Simple APIs to access any Amazon S3 compatible object storage server";
|
||||
homepage = "https://github.com/minio/minio-py";
|
||||
changelog = "https://github.com/minio/minio-py/releases/tag/${version}";
|
||||
maintainers = with maintainers; [ peterromfeldhk ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue