gnu: rust-gtk-sys-0.9: Use HTTPS home page URI.

* gnu/packages/crates-gtk.scm (rust-gtk-sys-0.9)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:59:12 +01:00
parent 7acf748453
commit 5f6d4fa30a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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