gnu: yasm: Use HTTPS home page.

* gnu/packages/assembly.scm (yasm)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:01:23 +01:00
parent a4fdde47cc
commit b2ce10e3a9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -111,7 +111,7 @@ (define-public yasm
(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.