python3Packages.wrapio: remove 'with lib'

+3 -3
+3 -3
pkgs/development/python-modules/wrapio/default.nix
··· 22 22 23 23 pythonImportsCheck = [ "wrapio" ]; 24 24 25 - meta = with lib; { 25 + meta = { 26 26 description = "Handling event-based streams"; 27 27 homepage = "https://github.com/Exahilosys/wrapio"; 28 28 changelog = "https://github.com/Exahilosys/wrapio/releases/tag/v${version}"; 29 - license = licenses.mit; 30 - maintainers = with maintainers; [ sfrijters ]; 29 + license = lib.licenses.mit; 30 + maintainers = with lib.maintainers; [ sfrijters ]; 31 31 }; 32 32 }