guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit f65ab56483022eb07c63a12098a65c105aaa9cd4
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Jul 27 00:08:51 2025 +0900
gnu: harfbuzz: Update home page.
* gnu/packages/gtk.scm (harfbuzz) [home-page]: Update URL.
Change-Id: I08612782162cec1e0db403f65fe568cbd69ae960
---
gnu/packages/gtk.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 662c9871a9..43a6b66e3f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -319,7 +319,7 @@ output. Experimental backends include OpenGL, BeOS, OS/2,
and DirectFB.")
"HarfBuzz is an OpenType text shaping engine.")
(license (license:x11-style "file://COPYING"
"See 'COPYING' in the distribution."))
- (home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/")))
+ (home-page "https://github.com/harfbuzz/harfbuzz")))
(define-public libdatrie
(package