python3Packages.cloudflare: add marie and jemand771 to maintainers

This commit is contained in:
Marie Ramlow
2025-02-05 23:17:57 +01:00
parent 4481e50da9
commit 4031bbdd0b
@@ -48,7 +48,10 @@ buildPythonPackage rec {
description = "Official Python library for the Cloudflare API";
homepage = "https://github.com/cloudflare/cloudflare-python";
changelog = "https://github.com/cloudflare/cloudflare-python/blob/${version}/CHANGELOG.md";
maintainers = [ ];
maintainers = with lib.maintainers; [
marie
jemand771
];
license = lib.licenses.asl20;
};
}