mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
b2sdk: add maintainer pmw
This commit is contained in:
parent
c6398cbf92
commit
98d7b852a5
|
@ -77,6 +77,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/Backblaze/b2-sdk-python";
|
||||
changelog = "https://github.com/Backblaze/b2-sdk-python/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ pmw ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue