mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #170261 from SFrijters/add-dropbox-maintainer
python3Packages.dropbox: Add sfrijters as maintainer
This commit is contained in:
commit
38a2f779d5
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue