X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcheck_openvpn-simple.git;a=blobdiff_plain;f=setup.py;h=e17d18d75a31162b97959ebc0df97fd40c18bed1;hp=4faf72dc1bd31f2309583411fa6ab1fff730e1c4;hb=HEAD;hpb=ff4ec208f3ffc835dde1c82568ed738c47cbed09 diff --git a/setup.py b/setup.py index 4faf72d..e17d18d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( version = '0.0.1', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', - url = 'http://michael.orlitzky.com/code/check_openvpn-simple.php', + url = 'http://michael.orlitzky.com/code/check_openvpn-simple.xhtml', scripts = ['bin/check_openvpn-simple'], description = 'A Nagios plugin for checking whether' + 'or not an OpenVPN server is alive.',