mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
python312Packages.pyeapi: update changelog URL
This commit is contained in:
parent
9b8d0ec90e
commit
e64ca20dd9
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user