Merge pull request #170261 from SFrijters/add-dropbox-maintainer

python3Packages.dropbox: Add sfrijters as maintainer
This commit is contained in:
Rick van Schijndel
2022-04-25 19:26:09 +02:00
committed by GitHub
@@ -47,6 +47,6 @@ buildPythonPackage rec {
description = "Python library for Dropbox's HTTP-based Core and Datastore APIs";
homepage = "https://github.com/dropbox/dropbox-sdk-python";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ sfrijters ];
};
}