diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:20:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-18 18:25:29 +0100 |
commit | c298063545a81c06bbb8a4d0290892b27a880d97 (patch) | |
tree | 206bad0ef4f32a6f14835af0066607c610d8e949 /gnu/packages/gnustep.scm | |
parent | a76e49addf77ba1135bfea82d59ad6beff3a7e31 (diff) | |
download | patches-c298063545a81c06bbb8a4d0290892b27a880d97.tar patches-c298063545a81c06bbb8a4d0290892b27a880d97.tar.gz |
gnu: Use HTTPS for www.dockapps.net home pages.
* gnu/packages/gnustep.scm (wmbattery, wmcpuload, wmclock)[home-page]:
Use HTTPS.
Diffstat (limited to 'gnu/packages/gnustep.scm')
-rw-r--r-- | gnu/packages/gnustep.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm index dd7c67d553..e04755aa52 100644 --- a/gnu/packages/gnustep.scm +++ b/gnu/packages/gnustep.scm @@ -179,7 +179,7 @@ interface. It is fast, feature rich, easy to configure, and easy to use.") `(("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 @@ other compatible window managers.") ("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 @@ on.") `(("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 |