gnu: aircrack-ng: Use HTTPS.
* gnu/packages/networking.scm (aircrack-ng)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
d7f99b3b76
commit
6930ea33c9
|
@ -766,7 +766,7 @@ live network and disk I/O bandwidth monitor.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.aircrack-ng.org/aircrack-ng-"
|
(uri (string-append "https://download.aircrack-ng.org/aircrack-ng-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -807,7 +807,7 @@ live network and disk I/O bandwidth monitor.")
|
||||||
(("\\$\\(ethtool")
|
(("\\$\\(ethtool")
|
||||||
(string-append "$(" ethtool)))
|
(string-append "$(" ethtool)))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "http://www.aircrack-ng.org")
|
(home-page "https://www.aircrack-ng.org")
|
||||||
(synopsis "Assess WiFi network security")
|
(synopsis "Assess WiFi network security")
|
||||||
(description
|
(description
|
||||||
"Aircrack-ng is a complete suite of tools to assess WiFi network
|
"Aircrack-ng is a complete suite of tools to assess WiFi network
|
||||||
|
|
Loading…
Reference in New Issue