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:
parent
3c3ce6768b
commit
4da4b4feb6
@ -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)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user