summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-01-08 16:29:57 -0500
committerLeo Famulari <leo@famulari.name>2016-01-08 16:42:27 -0500
commitf32274a71eba5cbaba241d64f89386f91c857a37 (patch)
tree1512e291be575215bf4b33cc620d103f4fd3a385 /gnu/packages
parent3a04d5d4e48a092ef1cea8aa7f73e1903ef5f10c (diff)
downloadguix-f32274a71eba5cbaba241d64f89386f91c857a37.tar.gz
gnu: i2c-tools: Update source and home-page URLs.
* gnu/packages/linux.scm (i2c-tools)[source]: Update URL.
[home-page]: Update URL.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b14bf9d120..a79260124c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1882,7 +1882,7 @@ It works with most newer systems.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-"
+                    "http://jdelvare.nerim.net/mirror/i2c-tools/i2c-tools-"
                     version ".tar.bz2"))
               (sha256
                (base32
@@ -1896,7 +1896,7 @@ It works with most newer systems.")
        #:phases (alist-delete 'configure %standard-phases)))
     (inputs
      `(("perl" ,perl)))
-    (home-page "http://www.lm-sensors.org/wiki/I2CTools")
+    (home-page "http://jdelvare.nerim.net/devel.html#i2ctools")
     (synopsis "I2C tools for Linux")
     (description
      "The i2c-tools package contains a heterogeneous set of I2C tools for