guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: yasm: Use HTTPS home page.


From: guix-commits
Subject: 13/13: gnu: yasm: Use HTTPS home page.
Date: Fri, 6 Mar 2020 19:43:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b2ce10e3a92e1590f7e6c8344a7c20c682a512ba
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:01:23 2020 +0100

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

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 1ad49ba..0fdddc8 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -111,7 +111,7 @@ has strong support for macros.")
     (inputs
      `(("python" ,python-wrapper)
        ("xmlto" ,xmlto)))
-    (home-page "http://yasm.tortall.net/";)
+    (home-page "https://yasm.tortall.net/";)
     (synopsis "Rewrite of the NASM assembler")
     (description
      "Yasm is a complete rewrite of the NASM assembler.



reply via email to

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