guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/14: gnu: aircrack-ng: Use HTTPS.


From: Tobias Geerinckx-Rice
Subject: 01/14: gnu: aircrack-ng: Use HTTPS.
Date: Sun, 9 Sep 2018 09:06:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6930ea33c979b3d4713c9a1c59bd24ca0f642980
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 17 16:09:33 2018 +0200

    gnu: aircrack-ng: Use HTTPS.
    
    * gnu/packages/networking.scm (aircrack-ng)[source, home-page]: Use HTTPS.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index acf523d..5a85a9d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -766,7 +766,7 @@ live network and disk I/O bandwidth monitor.")
     (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 @@ live network and disk I/O bandwidth monitor.")
                           (("\\$\\(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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]