python3Packages.dropbox: Add sfrijters as maintainer

This commit is contained in:
Stefan Frijters
2022-04-25 16:14:55 +02:00
parent e4636c2e87
commit 7ff11b66e5
@@ -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 ];
};
}