python3Packages.confuse: no with lib; in meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user