python3.pkgs.pycycling: update changelog link (#514376)

This commit is contained in:
Stanisław Pitucha
2026-04-28 13:01:59 +00:00
committed by GitHub
@@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = {
description = "Package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers, power meters, radars and heart rate monitors";
homepage = "https://github.com/zacharyedwardbull/pycycling";
changelog = "https://github.com/zacharyedwardbull/pycycling/releases/tag/${version}";
changelog = "https://github.com/zacharyedwardbull/pycycling/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ viraptor ];
};