gnu: rust-gdk-0.13: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-gdk-0.13)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
5c12569371
commit
9b3cdf366e
@ -260,7 +260,7 @@
|
|||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("pango" ,pango)))
|
("pango" ,pango)))
|
||||||
(home-page "http://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "Rust bindings for the GDK 3 library")
|
(synopsis "Rust bindings for the GDK 3 library")
|
||||||
(description "This package provides Rust bindings for the GDK 3 library.")
|
(description "This package provides Rust bindings for the GDK 3 library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
Loading…
Reference in New Issue
Block a user