diff options
author | Mark H Weaver <mhw@netris.org> | 2016-02-08 08:57:09 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-08 08:59:00 -0500 |
commit | 7fb51d9742597e9bdbdd7b1461c248258f668613 (patch) | |
tree | 3423b90b76f63ae497ad7995defa66209c2b80bd /gnu/packages/glib.scm | |
parent | 8b8775454b90acedda2d0aa669a6584ea306e7f3 (diff) | |
download | patches-7fb51d9742597e9bdbdd7b1461c248258f668613.tar patches-7fb51d9742597e9bdbdd7b1461c248258f668613.tar.gz |
gnu: dbus: Use https source URL.
* gnu/packages/glib.scm (dbus)[source]: Use https URL.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index e7c51b73a6..f8e1541f56 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org> -;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org> +;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; ;;; This file is part of GNU Guix. @@ -64,7 +64,7 @@ ;; TODO: Apply patch from DBUS/ACTIVATION below. (method url-fetch) (uri (string-append - "http://dbus.freedesktop.org/releases/dbus/dbus-" + "https://dbus.freedesktop.org/releases/dbus/dbus-" version ".tar.gz")) (sha256 (base32 |