mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: unicorn: Use HTTPS home page URI.
* gnu/packages/emulators.scm (unicorn)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
5c5a9cd6ff
commit
fed1367894
1 changed files with 1 additions and 1 deletions
|
@ -2084,7 +2084,7 @@ (define-public unicorn
|
|||
`(("assembler-for-tests" ,(cross-binutils "i686-unknown-linux-gnu"))))
|
||||
("cmocka" ,cmocka)
|
||||
("hexdump-for-tests" ,util-linux)))
|
||||
(home-page "http://www.unicorn-engine.org")
|
||||
(home-page "https://www.unicorn-engine.org")
|
||||
(synopsis "Unicorn CPU emulator framework")
|
||||
(description
|
||||
"Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator
|
||||
|
|
Loading…
Reference in a new issue