Loading pkgs/development/python-modules/locust-cloud/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ buildPythonPackage rec { meta = { description = "Hosted version of Locust to run distributed load tests"; homepage = "https://www.locust.cloud/"; homepage = "https://github.com/locustcloud/locust-cloud"; changelog = "https://github.com/locustcloud/locust-cloud/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ magicquark ]; }; Loading Loading
pkgs/development/python-modules/locust-cloud/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ buildPythonPackage rec { meta = { description = "Hosted version of Locust to run distributed load tests"; homepage = "https://www.locust.cloud/"; homepage = "https://github.com/locustcloud/locust-cloud"; changelog = "https://github.com/locustcloud/locust-cloud/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ magicquark ]; }; Loading