diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-24 02:59:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-28 22:46:38 +0200 |
commit | acf18cb19097e85ee5917b60aa32e3d69e752899 (patch) | |
tree | 7ed6dddc8e79f4efd43854a37444f27ce079b5a7 /gnu/packages/engineering.scm | |
parent | 2c3d30ef51a427f8abfb3632073843dcd8c4eac5 (diff) | |
download | gnu-guix-acf18cb19097e85ee5917b60aa32e3d69e752899.tar gnu-guix-acf18cb19097e85ee5917b60aa32e3d69e752899.tar.gz |
gnu: capstone: Use HTTPS home page.
* gnu/packages/engineering.scm (capstone)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/engineering.scm')
-rw-r--r-- | gnu/packages/engineering.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 3b433a1bfe..d53b25cff9 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1101,7 +1101,7 @@ language, ADMS transforms Verilog-AMS code into other target languages.") (setenv "LDFLAGS" (string-append "-Wl,-rpath=" (assoc-ref outputs "out") "/lib")) #t))))) - (home-page "http://www.capstone-engine.org") + (home-page "https://www.capstone-engine.org") (synopsis "Lightweight multi-platform, multi-architecture disassembly framework") (description "Capstone is a lightweight multi-platform, multi-architecture disassembly |