python311Packages.alexapy: update changelog entry

This commit is contained in:
Fabian Affolter 2023-10-05 18:57:00 +02:00
parent 634ca1e9ce
commit 440959cbbc

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "alexapy";
version = "1.27.4";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.10";
@ -64,7 +64,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python Package for controlling Alexa devices (echo dot, etc) programmatically";
homepage = "https://gitlab.com/keatontaylor/alexapy";
changelog = "https://gitlab.com/keatontaylor/alexapy/-/blob/${src.rev}/CHANGELOG.md";
changelog = "https://gitlab.com/keatontaylor/alexapy/-/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};