From 93af5390955f62a8c2444af1864beb695bea0929 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 27 Jul 2025 00:08:51 +0900 Subject: [PATCH] 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 8f151416695..ea176fafeda 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