[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.
- 02/13: gnu: hplip: Update to 3.20.2., (continued)
- 02/13: gnu: hplip: Update to 3.20.2., guix-commits, 2020/03/06
- 04/13: gnu: rhythmbox: Don't use NAME in source URI., guix-commits, 2020/03/06
- 06/13: gnu: bluefish: Don't use NAME in source URI., guix-commits, 2020/03/06
- 09/13: gnu: re2c: Use HTTPS home page., guix-commits, 2020/03/06
- 10/13: gnu: ytalk: Use HTTPS home page., guix-commits, 2020/03/06
- 11/13: gnu: xerces-c: Use HTTPS home page., guix-commits, 2020/03/06
- 12/13: gnu: jq: Use HTTPS home page., guix-commits, 2020/03/06
- 05/13: gnu: rhythmbox: Update to 3.4.4., guix-commits, 2020/03/06
- 07/13: gnu: bluefish: Update to 2.2.11., guix-commits, 2020/03/06
- 08/13: gnu: zimg: Update to 2.9.3., guix-commits, 2020/03/06
- 13/13: gnu: yasm: Use HTTPS home page.,
guix-commits <=