diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-27 00:08:51 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-28 13:49:46 +0900 |
commit | a08093d8a6d09a9641962dac9358752ca71c61f2 (patch) | |
tree | a03038ba9ae8ebfaac82cfa8e155c77c8814dd8f | |
parent | 73549acac12119f378476e6b3163b794e53a4e01 (diff) |
gnu: harfbuzz: Update home page.
* gnu/packages/gtk.scm (harfbuzz) [home-page]: Update URL.
Change-Id: I08612782162cec1e0db403f65fe568cbd69ae960
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index c614d5c8ec..2be5c5c028 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -313,7 +313,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 |