mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rrdtool: Use HTTPS for home page.
* gnu/packages/rrdtool.scm (rrdtool)[home-page]: Use HTTPS.
This commit is contained in:
parent
cac274aa80
commit
570623d569
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
(("^rrdcached_LDADD = librrd_th.la")
|
(("^rrdcached_LDADD = librrd_th.la")
|
||||||
"rrdcached_LDADD = librrd_th.la -lglib-2.0"))
|
"rrdcached_LDADD = librrd_th.la -lglib-2.0"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://oss.oetiker.ch/rrdtool/")
|
(home-page "https://oss.oetiker.ch/rrdtool/")
|
||||||
(synopsis "Time-series data storage and display system")
|
(synopsis "Time-series data storage and display system")
|
||||||
(description
|
(description
|
||||||
"The Round Robin Database Tool (RRDtool) is a system to store and display
|
"The Round Robin Database Tool (RRDtool) is a system to store and display
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue