nckx pushed a commit to branch master
in repository guix.
commit 39033592a819893a067fc699c3c35f3e544c5c99
Author: Tobias Geerinckx-Rice <[email protected]>
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}