python310Packages.minio: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-09 08:36:40 +01:00 committed by GitHub
parent 50cc0c3416
commit 27ee79c38b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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