guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: Use HTTPS for www.dockapps.net home pages.


From: guix-commits
Subject: 03/10: gnu: Use HTTPS for www.dockapps.net home pages.
Date: Tue, 18 Feb 2020 12:26:46 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c298063545a81c06bbb8a4d0290892b27a880d97
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 00:20:09 2020 +0100

    gnu: Use HTTPS for www.dockapps.net home pages.
    
    * gnu/packages/gnustep.scm (wmbattery, wmcpuload, wmclock)[home-page]:
    Use HTTPS.
---
 gnu/packages/gnustep.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index dd7c67d..e04755a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]