b2sdk: add maintainer pmw

This commit is contained in:
Philip White
2024-11-13 22:11:44 -08:00
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 ];
};
}