summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-11-25 05:06:43 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-11-27 14:12:24 +0100
commit8fab029dbc973b9e8dac6b024e3bccceada7eee4 (patch)
treef077383e52345b02c29ce9eedabcfddc35b15f9f /gnu
parentd152d9338f48c631c7153b2533881dfff53630a9 (diff)
downloadguix-patches-8fab029dbc973b9e8dac6b024e3bccceada7eee4.tar
guix-patches-8fab029dbc973b9e8dac6b024e3bccceada7eee4.tar.gz
gnu: python-pyicu: Update home page.
* gnu/packages/python.scm (python-pyicu)[home-page]: Update.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm2
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.")