guix-commits
[Top][All Lists]
Advanced

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

85/87: gnu: unicorn: Use HTTPS home page URI.


From: guix-commits
Subject: 85/87: gnu: unicorn: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:51 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit fed1367894e4baef2c51c6b0d0fa6c44542e51cc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 12:03:15 2021 +0100

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

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index dcbffa0..057d78a 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -2084,7 +2084,7 @@ performance, features, and ease of use.")
             `(("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



reply via email to

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