gnu: rust-gdk-0.13: Use HTTPS home page URI.

* gnu/packages/crates-gtk.scm (rust-gdk-0.13)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:55:31 +01:00
parent 5c12569371
commit 9b3cdf366e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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