ngz pushed a commit to branch master
in repository guix.

commit 5c125693718756220e817426c4a35d6022a809fb
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:54:15 2021 +0100

    gnu: rust-cairo-sys-rs-0.10: Use HTTPS home page URI.
    
    * gnu/packages/crates-gtk.scm (rust-cairo-sys-rs-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 bfa91ab..68d5f86 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -199,7 +199,7 @@
         ("rust-x11" ,rust-x11-2))))
     (inputs
      `(("cairo" ,cairo)))
-    (home-page "http://gtk-rs.org/";)
+    (home-page "https://gtk-rs.org/";)
     (synopsis "FFI bindings to libcairo")
     (description "This package provides FFI bindings to libcairo.")
     (license license:expat)))

Reply via email to