diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:46:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 03:01:03 +0100 |
commit | fe5ed0bbe3acc58a71954adc836687d3c96cbb68 (patch) | |
tree | a77d0a6c57698dc3aec66935b11639ac0cc72239 /gnu/packages/linux.scm | |
parent | 831d64cc174ec0607503006b243824df6e086f03 (diff) | |
download | patches-fe5ed0bbe3acc58a71954adc836687d3c96cbb68.tar patches-fe5ed0bbe3acc58a71954adc836687d3c96cbb68.tar.gz |
gnu: wireless-tools: Use HTTPS home page.
* gnu/packages/linux.scm (wireless-tools)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8dd5061b6c..3ac7e616c8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3065,7 +3065,7 @@ Linux Wireless Extensions; consider using @code{iw} instead. The Wireless Extension was an interface allowing you to set Wireless LAN specific parameters and get the specific stats. It is deprecated in favor the nl80211 interface.") - (home-page "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html") + (home-page "https://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html") ;; wireless.21.h and wireless.22.h are distributed under lgpl2.1+, the ;; other files are distributed under gpl2. (license (list license:gpl2 license:lgpl2.1+)))) |