nckx pushed a commit to branch master
in repository guix.
commit b2ce10e3a92e1590f7e6c8344a7c20c682a512ba
Author: Tobias Geerinckx-Rice <[email protected]>
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.