diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:55:31 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:55:31 +0100 |
commit | 9b3cdf366ee90ae581674065d92ab1b19d60bd55 (patch) | |
tree | 97430eed5d080e844a41ed0cf519ab28ec1c6162 /gnu | |
parent | 5c125693718756220e817426c4a35d6022a809fb (diff) |
gnu: rust-gdk-0.13: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-gdk-0.13)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm index 68d5f8676e..5cda0e5e04 100644 --- a/gnu/packages/crates-gtk.scm +++ b/gnu/packages/crates-gtk.scm @@ -260,7 +260,7 @@ ("glib" ,glib) ("gtk+" ,gtk+) ("pango" ,pango))) - (home-page "http://gtk-rs.org/") + (home-page "https://gtk-rs.org/") (synopsis "Rust bindings for the GDK 3 library") (description "This package provides Rust bindings for the GDK 3 library.") (license license:expat))) |