gnu: rust-glib-0.10: Use HTTPS home page URI.

* gnu/packages/crates-gtk.scm (rust-glib-0.10)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:57:25 +01:00
parent f647d6b6bf
commit 9842ff3a4e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -698,7 +698,7 @@ (define-public rust-glib-0.10
("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)))