]> gitweb.michael.orlitzky.com - dead/check_openvpn-simple.git/blobdiff - setup.py
Replace GPL-3 with AGPL-3, and update the project URL.
[dead/check_openvpn-simple.git] / setup.py
index 4faf72dc1bd31f2309583411fa6ab1fff730e1c4..e17d18d75a31162b97959ebc0df97fd40c18bed1 100644 (file)
--- 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.',