gnu: lm-sensors: Update source and home-page URLs.
* gnu/packages/linux.scm (lm-sensors)[source]: Update URL. [home-page]: Update URL.
This commit is contained in:
parent
bea25ae83c
commit
3a04d5d4e4
|
@ -1809,7 +1809,7 @@ country-specific regulations for the wireless spectrum.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(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"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -1867,7 +1867,7 @@ country-specific regulations for the wireless spectrum.")
|
||||||
(string-append (assoc-ref inputs "coreutils")
|
(string-append (assoc-ref inputs "coreutils")
|
||||||
"/bin/readlink -f"))))
|
"/bin/readlink -f"))))
|
||||||
%standard-phases))))
|
%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")
|
(synopsis "Utilities to read temperature/voltage/fan sensors")
|
||||||
(description
|
(description
|
||||||
"Lm-sensors is a hardware health monitoring package for Linux. It allows
|
"Lm-sensors is a hardware health monitoring package for Linux. It allows
|
||||||
|
|
Loading…
Reference in New Issue