From f04696cb5b2875e20253f907d3a4c2f9ff1503c8 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 22 Mar 2017 14:02:46 +0000 Subject: [PATCH] update URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e19c2a0..ab597e7 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ description = "SSH into EC2 instances via tag name", long_description = __doc__, license = "MIT", - url = "https://github.com/Instagram/ec2-ssh", + url = "https://github.com/facebookarchive/ec2-ssh", keywords = ["amazon", "aws", "ec2", "ami", "ssh", "cloud", "boto"], install_requires = ['boto>=1.0'], scripts = ["bin/ec2-host", "bin/ec2-ssh"],