about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-localserver/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-03-01 10:51:16 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:57:11 +0100
commitc1e0ffb09cacba4189ecbb1658f09a7dc8aad1dd (patch)
tree8ed74e50fd67eacf933a0cd0c12db212c42a601e /pkgs/development/python-modules/pytest-localserver/default.nix
parent1d0870247c4de45c5b4d99046194bbc27c3a2668 (diff)
python310Packages.pytest-localserver: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/pytest-localserver/default.nix')
-rw-r--r--pkgs/development/python-modules/pytest-localserver/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pytest-localserver/default.nix b/pkgs/development/python-modules/pytest-localserver/default.nix
index 11d19650b31ba..8aaf5ea47b6b5 100644
--- a/pkgs/development/python-modules/pytest-localserver/default.nix
+++ b/pkgs/development/python-modules/pytest-localserver/default.nix
@@ -33,6 +33,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Plugin for the pytest testing framework to test server connections locally";
     homepage = "https://github.com/pytest-dev/pytest-localserver";
+    changelog = "https://github.com/pytest-dev/pytest-localserver/blob/v${version}/CHANGES";
     license = licenses.mit;
     maintainers = with maintainers; [ siriobalmelli ];
   };