diff options
author | Brendan Tildesley <mail@brendan.scot> | 2020-03-29 17:55:58 +1100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-03-30 10:54:00 +0300 |
commit | 927f3655662b41f25225ea03baa3ded687aa7cbb (patch) | |
tree | a49a02f7d5aafb5eff13d02d02b1ad15aa832c18 | |
parent | 043ee597a7f82c6ea0dd6de07a69bb0bdb523a64 (diff) | |
download | patches-927f3655662b41f25225ea03baa3ded687aa7cbb.tar patches-927f3655662b41f25225ea03baa3ded687aa7cbb.tar.gz |
gnu: ath9k-htc-firmware: Correct home-page url.
* gnu/packages/firmware.scm (ath9k-htc-firmware)[home-page]: Correct url.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-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 8822ff35da..a7a08f3c01 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -86,7 +86,7 @@ ("cross-binutils" ,(cross-binutils "xtensa-elf")) ("cmake" ,cmake-minimal) ("perl" ,perl))) - (home-page "http://wireless.kernel.org/en/users/Drivers/ath9k_htc") + (home-page "https://wireless.wiki.kernel.org/en/users/Drivers/ath9k_htc") (synopsis "Firmware for the Atheros AR7010 and AR9271 USB 802.11n NICs") (description "This is the firmware for the Qualcomm Atheros AR7010 and AR9271 USB |