python3Packages.confuse: add doronbehar as co-maintainer

This commit is contained in:
Doron Behar
2025-10-27 15:58:12 +02:00
parent 73a224a1f5
commit 171a9e8536
@@ -46,6 +46,9 @@ buildPythonPackage rec {
description = "Python configuration library for Python that uses YAML";
homepage = "https://github.com/beetbox/confuse";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ lovesegfault ];
maintainers = with lib.maintainers; [
lovesegfault
doronbehar
];
};
}