guix-commits
[Top][All Lists]
Advanced

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

13/24: gnu: ropgadget: Use HTTPS home page.


From: guix-commits
Subject: 13/24: gnu: ropgadget: Use HTTPS home page.
Date: Tue, 24 May 2022 20:22:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 39033592a819893a067fc699c3c35f3e544c5c99
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:04 2022 +0200

    gnu: ropgadget: Use HTTPS home page.
    
    * gnu/packages/cybersecurity.scm (ropgadget)[home-page]: Use HTTPS.
---
 gnu/packages/cybersecurity.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index 0801c00c4f..7bca251d06 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -112,7 +112,7 @@ Refresh}in-DRAM mitigations effectively and as such can 
trigger bit flips.")
     (build-system python-build-system)
     (propagated-inputs
      (list python-capstone))
-    (home-page "http://shell-storm.org/project/ROPgadget/";)
+    (home-page "https://shell-storm.org/project/ROPgadget/";)
     (synopsis "Semiautomatic return oriented programming")
     (description
      "This tool lets you search for @acronym{ROP, Return Oriented Programming}



reply via email to

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