diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-26 23:40:41 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:08 +0100 |
| commit | b2a8efe50722d66615fa649a152f47ee192ac653 (patch) | |
| tree | 8795e7f097677cb08a70f8ae825301d948d39a6a | |
| parent | 0a5c7c5e5d6194c5f9a1b7cd0462be6acad861c9 (diff) | |
gnu: gtkmm: Update home page.
* gnu/packages/gtk.scm (gtkmm) [home-page]: Update URL.
Change-Id: Ic3de5a4f6f6fd687c0fdb92dd73ae8b0373934ea
| -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 c63a5d71a7d..6553506a690 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1987,7 +1987,7 @@ of widgets that are easily extensible via inheritance. You can create user interfaces either in code or with the Glade User Interface designer, using libglademm. There's extensive documentation, including API reference and a tutorial.") - (home-page "https://gtkmm.org/") + (home-page "https://gtkmm.gnome.org/") (license (list ;; Library |
