From 38069657818acc7974f67ae3d79460c540d51f89 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 11 Aug 2022 11:34:45 +0200 Subject: [PATCH] gnu: python-pyicu: Update home page. * gnu/packages/python-xyz.scm (python-pyicu)[home-page]: Change to current. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c21fe67f20d8a08f1efb104ee63c2070f9c5aa1a..b02bbfc2c9f3a96a9427fdc7713cdd0493a938dc 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.")