nckx pushed a commit to branch master
in repository guix.

commit 5acaec829fc10a2075dba39f0af8e49e93a4edd4
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
AuthorDate: Sun Jan 19 00:06:51 2020 +0100

    gnu: pangomm: Update home page.
    
    * gnu/packages/gtk.scm (pangomm)[home-page]: Follow (HTTPS)
    redirection.
---
 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 670a943..d9bd158 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1113,7 +1113,7 @@ library.")
        ("cairomm" ,cairomm)
        ("glibmm" ,glibmm)
        ("pango" ,pango)))
-    (home-page "http://www.pango.org/";)
+    (home-page "https://pango.gnome.org//";)
     (synopsis "C++ interface to the Pango text rendering library")
     (description
      "Pangomm provides a C++ programming interface to the Pango text rendering

Reply via email to