pythonPackages.phx-class-registry: Assign backblaze-b2 maintainers as maintainers
This commit is contained in:
parent
2125493cbb
commit
d03847b891
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ buildPythonPackage rec {
|
||||||
description = "Factory and registry pattern for Python classes";
|
description = "Factory and registry pattern for Python classes";
|
||||||
homepage = "https://class-registry.readthedocs.io/en/latest/";
|
homepage = "https://class-registry.readthedocs.io/en/latest/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ kevincox ];
|
maintainers = with maintainers; [ hrdinka tomhoule ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue