diff options
author | Mark H Weaver <mhw@netris.org> | 2017-08-09 17:25:31 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-08-09 17:25:31 -0400 |
commit | cc294bcee6bfaa4524ac43450e41f083539f9cb1 (patch) | |
tree | 1248811a6fd39e9169fd4b3c58f456bd21d1c7d5 /gnu/packages/glib.scm | |
parent | 32b7506c987d8b7281382da4831958a64c048fc1 (diff) | |
parent | ae7f246cf1c7e20ebf4025024bb10361938abaa2 (diff) | |
download | gnu-guix-cc294bcee6bfaa4524ac43450e41f083539f9cb1.tar gnu-guix-cc294bcee6bfaa4524ac43450e41f083539f9cb1.tar.gz |
Merge branch 'master' into core-updates
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 926703e159..c5c48731fe 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -283,7 +283,7 @@ shared NFS home directories.") "GLib provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.") - (home-page "http://developer.gnome.org/glib/") + (home-page "https://developer.gnome.org/glib/") (license license:lgpl2.0+))) ; some files are under lgpl2.1+ (define gobject-introspection |