diff options
author | Leo Famulari <leo@famulari.name> | 2016-01-08 16:29:04 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-01-08 16:42:27 -0500 |
commit | 3a04d5d4e48a092ef1cea8aa7f73e1903ef5f10c (patch) | |
tree | 4f8f2afaa923facc076a3b915fc924ac24ccd1f7 /gnu/packages/linux.scm | |
parent | bea25ae83cfb1c80b6ec384546f3ce240b229023 (diff) | |
download | guix-3a04d5d4e48a092ef1cea8aa7f73e1903ef5f10c.tar guix-3a04d5d4e48a092ef1cea8aa7f73e1903ef5f10c.tar.gz |
gnu: lm-sensors: Update source and home-page URLs.
* gnu/packages/linux.scm (lm-sensors)[source]: Update URL.
[home-page]: Update URL.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3d14154cee..b14bf9d120 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1809,7 +1809,7 @@ country-specific regulations for the wireless spectrum.") (source (origin (method url-fetch) (uri (string-append - "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-" + "ftp://ftp.netroedge.com/pub/lm-sensors/lm_sensors-" version ".tar.bz2")) (sha256 (base32 @@ -1867,7 +1867,7 @@ country-specific regulations for the wireless spectrum.") (string-append (assoc-ref inputs "coreutils") "/bin/readlink -f")))) %standard-phases)))) - (home-page "http://www.lm-sensors.org/") + (home-page "http://jdelvare.nerim.net/devel.html#lmsensors") (synopsis "Utilities to read temperature/voltage/fan sensors") (description "Lm-sensors is a hardware health monitoring package for Linux. It allows |