gnu: nasm: Update home page.
* gnu/packages/assembly.scm (nasm)[home-page]: Use HTTPS.
This commit is contained in:
parent
9f1448b74a
commit
80459f5a21
|
@ -64,7 +64,7 @@
|
||||||
(add-after 'install 'install-info
|
(add-after 'install 'install-info
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "make" "install_doc"))))))
|
(invoke "make" "install_doc"))))))
|
||||||
(home-page "http://www.nasm.us/")
|
(home-page "https://www.nasm.us/")
|
||||||
(synopsis "80x86 and x86-64 assembler")
|
(synopsis "80x86 and x86-64 assembler")
|
||||||
(description
|
(description
|
||||||
"NASM, the Netwide Assembler, is an 80x86 and x86-64 assembler designed
|
"NASM, the Netwide Assembler, is an 80x86 and x86-64 assembler designed
|
||||||
|
|
Loading…
Reference in New Issue