Commit 02c3f819 authored by Fabian Affolter's avatar Fabian Affolter Committed by Philipp Arras
Browse files

python313Packages.locust-cloud: add changelog to meta

parent 87102544
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ];
  };