Loading pkgs/development/python-modules/wrapio/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -22,11 +22,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "wrapio" ]; meta = with lib; { meta = { description = "Handling event-based streams"; homepage = "https://github.com/Exahilosys/wrapio"; changelog = "https://github.com/Exahilosys/wrapio/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ sfrijters ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sfrijters ]; }; } Loading
pkgs/development/python-modules/wrapio/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -22,11 +22,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "wrapio" ]; meta = with lib; { meta = { description = "Handling event-based streams"; homepage = "https://github.com/Exahilosys/wrapio"; changelog = "https://github.com/Exahilosys/wrapio/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ sfrijters ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sfrijters ]; }; }