summaryrefslogtreecommitdiffstats
path: root/python/pypy/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pypy/README')
-rw-r--r--python/pypy/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pypy/README b/python/pypy/README
index c59a228256..d322d59058 100644
--- a/python/pypy/README
+++ b/python/pypy/README
@@ -3,4 +3,5 @@ has several advantages and distinctive features: speed (Just-in-Time
compiler), lower memory usage for large programs, sandboxing and
stackless mode.
-This is a repackaging of the binaries provided by upstream.
+This is a repackaging of the portable binaries from
+<https://github.com/squeaky-pl/portable-pypy>.