From 3609a84c44a5dcfcf116a0a813e7c72e53bb203d Mon Sep 17 00:00:00 2001 From: Caleb Collins-Parks <46505081+caleb15@users.noreply.github.com> Date: Wed, 10 Feb 2021 15:29:57 -0800 Subject: [PATCH] update broken url @djacobs let me know if you want me to update your email to the current one in github (djacobs@gmail.com) too --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d66940..bc0a5c8 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,6 @@ name = 'apns', py_modules = ['apns'], scripts = ['apns-send'], - url = 'http://29.io/', + url = 'https://github.com/djacobs/PyAPNs', version = '2.0.1', )