gnu: rust-gtk-0.8: Use HTTPS home page URI.

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

View file

@ -930,7 +930,7 @@ (define-public rust-gtk-0.8
("glib" ,glib)
("gtk+" ,gtk+)
("pango" ,pango)))
(home-page "http://gtk-rs.org/")
(home-page "https://gtk-rs.org/")
(synopsis "Rust bindings for the GTK+ 3 library")
(description "This package provides Rust bindings for the GTK+ 3 library.")
(license license:expat)))