python3Packages.essentials: avoid with lib;

Changed files
+3 -3
pkgs
development
python-modules
essentials
+3 -3
pkgs/development/python-modules/essentials/default.nix
···
pythonImportsCheck = [ "essentials" ];
-
meta = with lib; {
+
meta = {
homepage = "https://github.com/Neoteroi/essentials";
description = "General purpose classes and functions";
changelog = "https://github.com/Neoteroi/essentials/releases/${src.tag}";
-
license = licenses.mit;
-
maintainers = with maintainers; [
+
license = lib.licenses.mit;
+
maintainers = with lib.maintainers; [
aldoborrero
zimbatm
];