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

* gnu/packages/crates-gtk.scm (rust-atk-0.8)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:52:54 +01:00
parent 3c3ce6768b
commit 4da4b4feb6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020, 2021 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -88,7 +88,7 @@
(inputs (inputs
`(("atk" ,atk) `(("atk" ,atk)
("glib" ,glib))) ("glib" ,glib)))
(home-page "http://gtk-rs.org/") (home-page "https://gtk-rs.org/")
(synopsis "Rust bindings for the ATK library") (synopsis "Rust bindings for the ATK library")
(description "Rust bindings for the ATK library") (description "Rust bindings for the ATK library")
(license license:expat))) (license license:expat)))