Unverified Commit 42ad1a6d authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

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

parents 2ee47eb2 39725b58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };