gnu: rust-gio-0.9: Use HTTPS home page URI.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 28 Feb 2021 10:56:51 +0000 (11:56 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 28 Feb 2021 10:56:51 +0000 (11:56 +0100)
* gnu/packages/crates-gtk.scm (rust-gio-0.9)[home-page]: Use HTTPS URI.

gnu/packages/crates-gtk.scm

index 0c2030b..4fc64cb 100644 (file)
         ("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)))