diff --git a/pkgs/development/python-modules/applicationinsights/default.nix b/pkgs/development/python-modules/applicationinsights/default.nix index 04fe4b8f5d4c..21f05475e67b 100644 --- a/pkgs/development/python-modules/applicationinsights/default.nix +++ b/pkgs/development/python-modules/applicationinsights/default.nix @@ -25,6 +25,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "This project extends the Application Insights API surface to support Python"; homepage = "https://github.com/Microsoft/ApplicationInsights-Python"; + changelog = "https://pypi.org/project/applicationinsights/${finalAttrs.version}/"; license = lib.licenses.mit; maintainers = [ ]; };