guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

73/87: gnu: rust-glib-macros-0.10: Use HTTPS home page URI.


From: guix-commits
Subject: 73/87: gnu: rust-glib-macros-0.10: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:48 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e4f58c8e14055b937036cb81c6d9481e1cc976f5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:57:52 2021 +0100

    gnu: rust-glib-macros-0.10: Use HTTPS home page URI.
    
    * gnu/packages/crates-gtk.scm (rust-glib-macros-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 83072cb..1b51df0 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -781,7 +781,7 @@
         ("rust-proc-macro2" ,rust-proc-macro2-1)
         ("rust-quote" ,rust-quote-1)
         ("rust-syn" ,rust-syn-1))))
-    (home-page "http://gtk-rs.org/";)
+    (home-page "https://gtk-rs.org/";)
     (synopsis "Rust bindings for the GLib library, proc macros crate")
     (description "Rust bindings for the GLib library, proc macros crate.")
     (license license:expat)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]