me
/
guix
Archived
1
0
Fork 0

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
Nicolas Goaziou 2021-02-28 11:58:55 +01:00
parent eb831cda86
commit 7acf748453
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -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)))