gnu: nasm: Update home page.

* gnu/packages/assembly.scm (nasm)[home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2019-01-03 02:16:42 +01:00
parent 9f1448b74a
commit 80459f5a21
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

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