gnu: yasm: Use HTTPS home page.
* gnu/packages/assembly.scm (yasm)[home-page]: Use HTTPS.
This commit is contained in:
parent
a4fdde47cc
commit
b2ce10e3a9
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ (define-public yasm
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python-wrapper)
|
`(("python" ,python-wrapper)
|
||||||
("xmlto" ,xmlto)))
|
("xmlto" ,xmlto)))
|
||||||
(home-page "http://yasm.tortall.net/")
|
(home-page "https://yasm.tortall.net/")
|
||||||
(synopsis "Rewrite of the NASM assembler")
|
(synopsis "Rewrite of the NASM assembler")
|
||||||
(description
|
(description
|
||||||
"Yasm is a complete rewrite of the NASM assembler.
|
"Yasm is a complete rewrite of the NASM assembler.
|
||||||
|
|
Loading…
Reference in a new issue