nckx pushed a commit to branch master
in repository guix.

commit e4c60dcfb2cbd3988a0c31e68004a91c0d09210d
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 19 01:39:45 2020 +0100

    gnu: tlp: Use HTTPS home page.
    
    * gnu/packages/linux.scm (tlp)[home-page]: Use HTTPS.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 489cd55..b6048a8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5420,7 +5420,7 @@ interface in sysfs, which can be accomplished with the 
included udev rules.")
                                                "wireless-tools"))))))
                          bin-files)
                #t))))))
-    (home-page "http://linrunner.de/en/tlp/tlp.html";)
+    (home-page "https://linrunner.de/en/tlp/tlp.html";)
     (synopsis "Power management tool for Linux")
     (description "TLP is a power management tool for Linux.  It comes with
 a default configuration already optimized for battery life.  Nevertheless,

Reply via email to