ngz pushed a commit to branch master
in repository guix.

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

    gnu: rust-gdk-0.13: Use HTTPS home page URI.
    
    * gnu/packages/crates-gtk.scm (rust-gdk-0.13)[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 68d5f86..5cda0e5 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -260,7 +260,7 @@
        ("glib" ,glib)
        ("gtk+" ,gtk+)
        ("pango" ,pango)))
-    (home-page "http://gtk-rs.org/";)
+    (home-page "https://gtk-rs.org/";)
     (synopsis "Rust bindings for the GDK 3 library")
     (description "This package provides Rust bindings for the GDK 3 library.")
     (license license:expat)))

Reply via email to