guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 37e10b5a7023f1f838d890bf7386044d07566216
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 5 13:28:50 2025 +0200
gnu: icu4c: Update home-page.
* gnu/packages/icu4c.scm (icu4c): Update home-page.
Change-Id: I95c6d5eede721b1f4c3c43908671d2ffcc1f3873
---
gnu/packages/icu4c.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
index d3ad415705..f473527449 100644
--- a/gnu/packages/icu4c.scm
+++ b/gnu/packages/icu4c.scm
@@ -124,7 +124,7 @@
globalisation support for software applications. This package contains the
C/C++ part.")
(license x11)
- (home-page "http://site.icu-project.org/")))
+ (home-page "https://icu.unicode.org/")))
(define-public icu4c icu4c-73)