gnu: aircrack-ng: Use HTTPS.

* gnu/packages/networking.scm (aircrack-ng)[source, home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-17 16:09:33 +02:00
parent d7f99b3b76
commit 6930ea33c9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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