1
0
Fork 1
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:
Philip White 2024-11-13 22:11:44 -08:00
parent c6398cbf92
commit 98d7b852a5
No known key found for this signature in database
GPG key ID: 3904B2F621980E9F

View file

@ -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 ];
};
}