gnu: rust-gobject-sys-0.10: Use HTTPS home page URI.

* gnu/packages/crates-gtk.scm (rust-gobject-sys-0.10)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:58:32 +01:00
parent 904da7eb67
commit eb831cda86
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -859,7 +859,7 @@ (define-public rust-gobject-sys-0.10
("rust-tempfile" ,rust-tempfile-3))))
(inputs
`(("glib" ,glib)))
(home-page "http://gtk-rs.org/")
(home-page "https://gtk-rs.org/")
(synopsis "FFI bindings to libgobject-2.0")
(description "This package provides FFI bindings to libgobject-2.0.")
(license license:expat)))