diff options
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a57197658f..b4ed011bc8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1123,7 +1123,7 @@ Python 3.3+.") (native-inputs `(("python-pytest" ,python-pytest) ("python-six" ,python-six))) - (home-page "http://pyicu.osafoundation.org/") + (home-page "https://github.com/ovalhub/pyicu") (synopsis "Python extension wrapping the ICU C++ API") (description "PyICU is a python extension wrapping the ICU C++ API.") |