gnu: rust-atk-sys-0.9: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-atk-sys-0.9)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
4da4b4feb6
commit
d8bf9354e9
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
(inputs
|
(inputs
|
||||||
`(("atk" ,atk)
|
`(("atk" ,atk)
|
||||||
("glib" ,glib)))
|
("glib" ,glib)))
|
||||||
(home-page "http://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "FFI bindings to libatk-1")
|
(synopsis "FFI bindings to libatk-1")
|
||||||
(description "FFI bindings to libatk-1")
|
(description "FFI bindings to libatk-1")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Reference in a new issue