nckx pushed a commit to branch master
in repository guix.

commit 3ebf12ea0e380e3619618701b58564cf9423517c
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
Date:   Thu Mar 1 23:24:33 2018 +0100

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

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index d9d0c29..6a96f7a 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -145,7 +145,7 @@ Linux-libre.")
                              subdirs)
                    #t)))))))
       (home-page
-       "http://bues.ch/cms/hacking/misc.html#linux_b43_driver_firmware_tools";)
+       "https://bues.ch/cms/hacking/misc.html#linux_b43_driver_firmware_tools";)
       (synopsis "Collection of tools for the b43 wireless driver")
       (description
        "The b43 firmware tools is a collection of firmware extractor,

Reply via email to