guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit e54c9ce5b5eb6a17fd227b4bb6a30e6fa9ef9512
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 8f15141669..ea176fafed 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -318,7 +318,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