diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-11 11:34:45 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-11 21:58:01 +0200 |
commit | 38069657818acc7974f67ae3d79460c540d51f89 (patch) | |
tree | b7612ef89576bf5929d3bce7429d3888ac633afb /gnu | |
parent | dd7a29faf3eece4d1a672946d421e2bb72f245cf (diff) | |
download | guix-38069657818acc7974f67ae3d79460c540d51f89.tar.gz |
gnu: python-pyicu: Update home page.
* gnu/packages/python-xyz.scm (python-pyicu)[home-page]: Change to current.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c21fe67f20..b02bbfc2c9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2820,7 +2820,7 @@ Python 3.3+.") (list icu4c)) (native-inputs (list python-pytest python-six)) - (home-page "https://github.com/ovalhub/pyicu") + (home-page "https://gitlab.pyicu.org/main/pyicu") (synopsis "Python extension wrapping the ICU C++ API") (description "PyICU is a python extension wrapping the ICU C++ API.") |