python3Packages.confuse: no with lib; in meta

This commit is contained in:
Doron Behar
2025-10-27 15:58:11 +02:00
parent 652a9739c4
commit a9a4d36c90
@@ -30,10 +30,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "confuse" ];
meta = with lib; {
meta = {
description = "Python configuration library for Python that uses YAML";
homepage = "https://github.com/beetbox/confuse";
license = licenses.mit;
maintainers = with maintainers; [ lovesegfault ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ lovesegfault ];
};
}