diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-17 11:23:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-17 13:13:10 +0200 |
commit | 24d6cc1d59fa9a4e6ead491d9db27bac99e8081b (patch) | |
tree | 38235196247a99a7455cba7cad54f00569c401f2 /gnu/packages/gnome.scm | |
parent | 773899112b39da062d7905a57681c4cd112d77fe (diff) | |
download | guix-24d6cc1d59fa9a4e6ead491d9db27bac99e8081b.tar guix-24d6cc1d59fa9a4e6ead491d9db27bac99e8081b.tar.gz |
gnu: Use HTTPS for gtk.org.
* gnu/packages/gimp.scm (babl)[source]: Use HTTPS for ftp.gtk.org.
* gnu/packages/gnome.scm (rest)[home-page]: Use HTTPS for www.gtk.org.
* gnu/packages/gtk.scm (gtk+-2, gtk-doc)[home-page]: Likewise.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fe26bc35cc..c87df98613 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2444,7 +2444,7 @@ library.") `(("glib" ,glib) ("libsoup" ,libsoup) ("libxml2" ,libxml2))) - (home-page "http://www.gtk.org/") + (home-page "https://www.gtk.org/") (synopsis "RESTful web api query library") (description "This library was designed to make it easier to access web services that |