mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: capstone: Use HTTPS home page.
* gnu/packages/engineering.scm (capstone)[home-page]: Use HTTPS.
This commit is contained in:
parent
2c3d30ef51
commit
acf18cb190
1 changed files with 1 additions and 1 deletions
|
@ -1101,7 +1101,7 @@ (define-public capstone
|
||||||
(setenv "LDFLAGS" (string-append "-Wl,-rpath="
|
(setenv "LDFLAGS" (string-append "-Wl,-rpath="
|
||||||
(assoc-ref outputs "out") "/lib"))
|
(assoc-ref outputs "out") "/lib"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://www.capstone-engine.org")
|
(home-page "https://www.capstone-engine.org")
|
||||||
(synopsis "Lightweight multi-platform, multi-architecture disassembly framework")
|
(synopsis "Lightweight multi-platform, multi-architecture disassembly framework")
|
||||||
(description
|
(description
|
||||||
"Capstone is a lightweight multi-platform, multi-architecture disassembly
|
"Capstone is a lightweight multi-platform, multi-architecture disassembly
|
||||||
|
|
Loading…
Reference in a new issue