Loading pkgs/development/python-modules/minio/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,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}"; changelog = "https://github.com/minio/minio-py/releases/tag/${src.tag}"; maintainers = with maintainers; [ peterromfeldhk ]; license = licenses.asl20; }; Loading Loading
pkgs/development/python-modules/minio/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,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}"; changelog = "https://github.com/minio/minio-py/releases/tag/${src.tag}"; maintainers = with maintainers; [ peterromfeldhk ]; license = licenses.asl20; }; Loading