python312Packages.microsoft-kiota-authentication-azure: update changelog URL

This commit is contained in:
Fabian Affolter
2024-08-22 09:05:17 +02:00
committed by GitHub
parent 20ff5f2021
commit 65ac9a4bff
@@ -49,7 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Kiota Azure authentication provider";
homepage = "https://github.com/microsoft/kiota-authentication-azure-python";
changelog = "https://github.com/microsoft/kiota-authentication-azure-python/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/microsoft/kiota-authentication-azure-python/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};