diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-07 13:15:15 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-07 14:53:24 +0100 |
commit | 8e933cb36aa08843fd0187ec4c441179a1ed3695 (patch) | |
tree | 892ddb87bfeed8562df810ff842956881fa87415 /gnu/packages/glib.scm | |
parent | 6a49ae786487013cecd97a372514b75c77282b50 (diff) | |
download | guix-8e933cb36aa08843fd0187ec4c441179a1ed3695.tar guix-8e933cb36aa08843fd0187ec4c441179a1ed3695.tar.gz |
gnu: Use HTTPS on gtkmm.org home pages.
* gnu/packages/gtk.scm (atkmm, gtkmm)[home-page]: Use HTTPS.
* gnu/packages/gnome.scm (libgnomecanvasmm)[home-page]: Likewise.
* gnu/packages/glib.scm (glibmm)[home-page]: Likewise.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index e09351a788..366d615e58 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -535,7 +535,7 @@ has an ease of use unmatched by other C++ callback libraries.") (propagated-inputs `(("libsigc++" ,libsigc++) ("glib" ,glib))) - (home-page "http://gtkmm.org/") + (home-page "https://gtkmm.org/") (synopsis "C++ interface to the GLib library") (description "Glibmm provides a C++ programming interface to the part of GLib that are |