gnu: rust-gio-0.9: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-gio-0.9)[home-page]: Use HTTPS URI.master
parent
33a41f7423
commit
a073f6d7ce
|
@ -534,7 +534,7 @@
|
|||
("rust-serial-test" ,rust-serial-test-0.4))))
|
||||
(inputs
|
||||
`(("glib" ,glib)))
|
||||
(home-page "http://gtk-rs.org/")
|
||||
(home-page "https://gtk-rs.org/")
|
||||
(synopsis "Rust bindings for the Gio library")
|
||||
(description "Rust bindings for the Gio library")
|
||||
(license license:expat)))
|
||||
|
|
Reference in New Issue