diff --git a/ingestion/setup.py b/ingestion/setup.py index 86180b9a4c2..72113c8c9eb 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -38,7 +38,7 @@ def get_long_description(): scheduler_requirements = { "apns@git+git://github.com/djacobs/PyAPNs.git#egg=apns", - "simplescheduler@git+https://github.com/StreamlineData/sdscheduler.git#egg=simplescheduler" + "simplescheduler@git+https://github.com/open-metadata/simplescheduler.git#egg=simplescheduler" } base_requirements = {