From 3ef602cc0b5dbaf6ddd1a85d61c2e822759cc2f5 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 7 Nov 2021 11:45:04 +0100 Subject: [PATCH] Fixed typo in AVS repo URL [closes #204] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9117ae8a..19809974 100755 --- a/setup.py +++ b/setup.py @@ -162,7 +162,7 @@ setup( # Support for Flic buttons 'flic': ['flic @ https://github.com/50ButtonsEach/fliclib-linux-hci/tarball/master'], # Support for Alexa/Echo plugin - 'alexa': ['avs @ https://github.com:BlackLight/avs/tarball/master'], + 'alexa': ['avs @ https://github.com/BlackLight/avs/tarball/master'], # Support for bluetooth devices 'bluetooth': ['pybluez', 'gattlib', 'pyobex @ https://github.com/BlackLight/PyOBEX/tarball/master'],