From 10b4c440fd1fb562adbaf79553687abfe56c282c Mon Sep 17 00:00:00 2001 From: Andreas Demmelbauer Date: Thu, 23 May 2019 16:37:03 +0200 Subject: [PATCH] switch repo in installscript --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index daf4270..2f36b11 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,6 @@ setup(name = 'Adafruit_Video_Looper', author_email = 'tdicola@adafruit.com', description = 'Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.', license = 'GNU GPLv2', - url = 'https://github.com/adafruit/pi_video_looper', + url = 'https://git.notice.at/redplanet/pi_video_looper_gpio.git', install_requires = ['pyudev'], packages = find_packages())