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 @@ interface. It is fast, feature rich, easy to configure, and easy to use.")
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://www.dockapps.net/wmbattery")
|
(home-page "https://www.dockapps.net/wmbattery")
|
||||||
(synopsis "Display laptop battery info")
|
(synopsis "Display laptop battery info")
|
||||||
(description
|
(description
|
||||||
"Wmbattery displays the status of your laptop's battery in a small icon.
|
"Wmbattery displays the status of your laptop's battery in a small icon.
|
||||||
|
@ -233,7 +233,7 @@ other compatible window managers.")
|
||||||
("libxpm" ,libxpm)))
|
("libxpm" ,libxpm)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://www.dockapps.net/wmcpuload")
|
(home-page "https://www.dockapps.net/wmcpuload")
|
||||||
(synopsis "Monitor CPU usage")
|
(synopsis "Monitor CPU usage")
|
||||||
(description
|
(description
|
||||||
"Wmcpuload displays the current CPU usage, expressed as a percentile and a
|
"Wmcpuload displays the current CPU usage, expressed as a percentile and a
|
||||||
|
@ -265,7 +265,7 @@ on.")
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://www.dockapps.net/wmclock")
|
(home-page "https://www.dockapps.net/wmclock")
|
||||||
(synopsis "Display the date and time")
|
(synopsis "Display the date and time")
|
||||||
(description
|
(description
|
||||||
"wmclock is an applet for Window Maker which displays the date and time in
|
"wmclock is an applet for Window Maker which displays the date and time in
|
||||||
|
|
Reference in a new issue