python312Packages.microsoft-kiota-serialization-form: update changelog URL

This commit is contained in:
Fabian Affolter 2024-08-22 09:06:06 +02:00 committed by GitHub
parent 08d13b304e
commit ce560da5a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Form serialization implementation for Kiota clients in Python";
homepage = "https://github.com/microsoft/kiota-serialization-form-python";
changelog = "https://github.com/microsoft/kiota-serialization-form-python/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/microsoft/kiota-serialization-form-python/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};