https goodness
diff --git a/Lib/site.py b/Lib/site.py
index c0149b4..ad5d136 100644
--- a/Lib/site.py
+++ b/Lib/site.py
@@ -373,7 +373,7 @@
         dirs.extend([os.path.join(here, os.pardir), here, os.curdir])
     builtins.license = _sitebuiltins._Printer(
         "license",
-        "See http://www.python.org/psf/license/",
+        "See https://www.python.org/psf/license/",
         files, dirs)