python312Packages.pyeapi: update changelog URL

This commit is contained in:
Fabian Affolter 2024-08-20 14:04:52 +02:00
parent 9b8d0ec90e
commit e64ca20dd9

View File

@ -49,7 +49,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 ];
};