python312Packages.pyeapi: update changelog URL

This commit is contained in:
Fabian Affolter 2024-08-23 08:32:14 +02:00 committed by GitHub
parent 1e5d59a44f
commit 9b6d74f5d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client for Arista eAPI";
homepage = "https://github.com/arista-eosplus/pyeapi";
changelog = "https://github.com/arista-eosplus/pyeapi/releases/tag/v.${version}";
changelog = "https://github.com/arista-eosplus/pyeapi/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ astro ];
};