pythonPackages.phx-class-registry: Assign backblaze-b2 maintainers as maintainers

This commit is contained in:
Kevin Cox 2024-02-24 09:27:55 -05:00
parent 2125493cbb
commit d03847b891
No known key found for this signature in database
GPG key ID: 9BB92CC1552E99AA

View file

@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "Factory and registry pattern for Python classes";
homepage = "https://class-registry.readthedocs.io/en/latest/";
license = licenses.mit;
maintainers = with maintainers; [ kevincox ];
maintainers = with maintainers; [ hrdinka tomhoule ];
};
}