me
/
guix
Archived
1
0
Fork 0

gnu: yasm: Use HTTPS home page.

* gnu/packages/assembly.scm (yasm)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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.