Unverified Commit 040b2296 authored by Nick Cao's avatar Nick Cao
Browse files

python3Packages.s3transfer: add nickcao to maintainers

parent 9a4efdea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}