diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-21 12:54:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 12:54:12 -0500 |
commit | f3c09db7db08c02f710de231f7a1eee470be46f6 (patch) | |
tree | 30bcedee2364326e90489430891874ccbe84c70c /utils/setup.py | |
parent | 814b1117039c353fca9a3282f6c424200373df75 (diff) | |
parent | b8dc610142f88508221d69eeab02ff5f58b5f0c8 (diff) | |
download | openshift-f3c09db7db08c02f710de231f7a1eee470be46f6.tar.gz openshift-f3c09db7db08c02f710de231f7a1eee470be46f6.tar.bz2 openshift-f3c09db7db08c02f710de231f7a1eee470be46f6.tar.xz openshift-f3c09db7db08c02f710de231f7a1eee470be46f6.zip |
Merge pull request #3440 from rhcarvalho/update-homepage
Update homepage and fix typo
Diffstat (limited to 'utils/setup.py')
-rw-r--r-- | utils/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/setup.py b/utils/setup.py index 238c64c19..629d39206 100644 --- a/utils/setup.py +++ b/utils/setup.py @@ -16,7 +16,7 @@ setup( description="Ansible wrapper for OpenShift Enterprise 3 installation.", # The project's main homepage. - url="http://github.com/openshift/openshift-extras/tree/enterprise-3.0/oo-install", + url="https://github.com/openshift/openshift-ansible", # Author details author="openshift@redhat.com", |