mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
043ee597a7
commit
927f365566
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ (define-public ath9k-htc-firmware
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue