Loading pkgs/development/python-modules/pyngrok/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -24,8 +24,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "pyngrok" ]; meta = with lib; { homepage = "https://github.com/alexdlaird/pyngrok"; description = "A Python wrapper for ngrok"; homepage = "https://github.com/alexdlaird/pyngrok"; changelog = "https://github.com/alexdlaird/pyngrok/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ wegank ]; }; Loading Loading
pkgs/development/python-modules/pyngrok/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -24,8 +24,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "pyngrok" ]; meta = with lib; { homepage = "https://github.com/alexdlaird/pyngrok"; description = "A Python wrapper for ngrok"; homepage = "https://github.com/alexdlaird/pyngrok"; changelog = "https://github.com/alexdlaird/pyngrok/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ wegank ]; }; Loading