diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-01 23:24:33 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-02 15:52:53 +0100 |
commit | 3ebf12ea0e380e3619618701b58564cf9423517c (patch) | |
tree | afff10fe69cf11a950a6ae52ff36556c83754d5e /gnu | |
parent | 315c89f5ba89e18bd365846a62944820a8760b83 (diff) | |
download | patches-3ebf12ea0e380e3619618701b58564cf9423517c.tar patches-3ebf12ea0e380e3619618701b58564cf9423517c.tar.gz |
gnu: b43-tools: Use HTTPS home page.
* gnu/packages/firmware.scm (b43-tools)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/firmware.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index d9d0c2910c..6a96f7a1f5 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, |