Merge pull request #170261 from SFrijters/add-dropbox-maintainer
python3Packages.dropbox: Add sfrijters as maintainer
This commit is contained in:
commit
38a2f779d5
@ -47,6 +47,6 @@ buildPythonPackage rec {
|
|||||||
description = "Python library for Dropbox's HTTP-based Core and Datastore APIs";
|
description = "Python library for Dropbox's HTTP-based Core and Datastore APIs";
|
||||||
homepage = "https://github.com/dropbox/dropbox-sdk-python";
|
homepage = "https://github.com/dropbox/dropbox-sdk-python";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ sfrijters ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user