summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 22:01:23 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 01:42:51 +0100
commitb2ce10e3a92e1590f7e6c8344a7c20c682a512ba (patch)
tree95313c74575e26c1886b18b053ef3a54b6b3ddfd
parenta4fdde47cc248678d176926817ef238485b7d7d9 (diff)
downloadpatches-b2ce10e3a92e1590f7e6c8344a7c20c682a512ba.tar
patches-b2ce10e3a92e1590f7e6c8344a7c20c682a512ba.tar.gz
gnu: yasm: Use HTTPS home page.
* gnu/packages/assembly.scm (yasm)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/assembly.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 1ad49baf8e..0fdddc88e9 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.