ngz pushed a commit to branch master
in repository guix.

commit e72ae1d088ce953b2a74347cac89f7f631dff089
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:59:55 2021 +0100

    gnu: rust-pango-sys-0.10: Use HTTPS home page URI.
    
    * gnu/packages/crates-gtk.scm (rust-pango-sys-0.10)[home-page]: Use HTTPS 
URI.
---
 gnu/packages/crates-gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index 80b554c..2fb1743 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -1098,7 +1098,7 @@
         ("rust-system-deps" ,rust-system-deps-1))))
     (inputs
      `(("pango" ,pango)))
-    (home-page "http://gtk-rs.org/";)
+    (home-page "https://gtk-rs.org/";)
     (synopsis "FFI bindings to libpango-1.0")
     (description "This package provides FFI bindings to @code{libpango-1.0}.")
     (license license:expat)))

Reply via email to