ngz pushed a commit to branch master
in repository guix.
commit 9842ff3a4e880de6db7e67e77e44e66c9fb7c11a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:57:25 2021 +0100
gnu: rust-glib-0.10: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-glib-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 a31989d..83072cb 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -698,7 +698,7 @@
("rust-once-cell" ,rust-once-cell-1))))
(inputs
`(("glib" ,glib)))
- (home-page "http://gtk-rs.org/")
+ (home-page "https://gtk-rs.org/")
(synopsis "Rust bindings for the GLib library")
(description "Rust bindings for the GLib library")
(license license:expat)))