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
1 changed files with 2 additions and 2 deletions
|
@ -766,7 +766,7 @@ (define-public aircrack-ng
|
|||
(source
|
||||
(origin
|
||||
(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"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -807,7 +807,7 @@ (define-public aircrack-ng
|
|||
(("\\$\\(ethtool")
|
||||
(string-append "$(" ethtool)))
|
||||
#t))))))
|
||||
(home-page "http://www.aircrack-ng.org")
|
||||
(home-page "https://www.aircrack-ng.org")
|
||||
(synopsis "Assess WiFi network security")
|
||||
(description
|
||||
"Aircrack-ng is a complete suite of tools to assess WiFi network
|
||||
|
|
Loading…
Reference in a new issue