Commit e64ca20d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pyeapi: update changelog URL

parent 9b8d0ec9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };