mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nasm: Update home page.
* gnu/packages/assembly.scm (nasm)[home-page]: Use HTTPS.
This commit is contained in:
parent
9f1448b74a
commit
80459f5a21
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue