mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: Use HTTPS for www.dockapps.net home pages.
* gnu/packages/gnustep.scm (wmbattery, wmcpuload, wmclock)[home-page]: Use HTTPS.
This commit is contained in:
parent
a76e49addf
commit
c298063545
1 changed files with 3 additions and 3 deletions
|
@ -179,7 +179,7 @@ (define-public wmbattery
|
|||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.dockapps.net/wmbattery")
|
||||
(home-page "https://www.dockapps.net/wmbattery")
|
||||
(synopsis "Display laptop battery info")
|
||||
(description
|
||||
"Wmbattery displays the status of your laptop's battery in a small icon.
|
||||
|
@ -233,7 +233,7 @@ (define-public wmcpuload
|
|||
("libxpm" ,libxpm)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.dockapps.net/wmcpuload")
|
||||
(home-page "https://www.dockapps.net/wmcpuload")
|
||||
(synopsis "Monitor CPU usage")
|
||||
(description
|
||||
"Wmcpuload displays the current CPU usage, expressed as a percentile and a
|
||||
|
@ -265,7 +265,7 @@ (define-public wmclock
|
|||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.dockapps.net/wmclock")
|
||||
(home-page "https://www.dockapps.net/wmclock")
|
||||
(synopsis "Display the date and time")
|
||||
(description
|
||||
"wmclock is an applet for Window Maker which displays the date and time in
|
||||
|
|
Loading…
Reference in a new issue