gnu: rust-gtk-0.8: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-gtk-0.8)[home-page]: Use HTTPS URI.master
parent
eb831cda86
commit
7acf748453
|
@ -930,7 +930,7 @@
|
|||
("glib" ,glib)
|
||||
("gtk+" ,gtk+)
|
||||
("pango" ,pango)))
|
||||
(home-page "http://gtk-rs.org/")
|
||||
(home-page "https://gtk-rs.org/")
|
||||
(synopsis "Rust bindings for the GTK+ 3 library")
|
||||
(description "This package provides Rust bindings for the GTK+ 3 library.")
|
||||
(license license:expat)))
|
||||
|
|
Reference in New Issue