python3Packages.s3transfer: add nickcao to maintainers

This commit is contained in:
Nick Cao
2023-04-30 14:39:29 +08:00
parent 9a4efdeaae
commit 040b2296e2
@@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "Library for managing Amazon S3 transfers";
homepage = "https://github.com/boto/s3transfer";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ nickcao ];
};
}