From b0e1f5b65f354054119657b89267403c4d5b83ec Mon Sep 17 00:00:00 2001 From: Harinn Date: Thu, 4 Jun 2026 19:51:59 +0700 Subject: [PATCH] python3Packages.applicationinsights: add meta.changelog --- pkgs/development/python-modules/applicationinsights/default.nix | 1 + 1 file changed, 1 insertion(+) 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 = [ ]; };