mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: fasm: Fix grammatical errors in description.
* gnu/packages/assembly.scm (fasm)[description]: Modify.
This commit is contained in:
parent
1bde3d2cbf
commit
cb95e79f14
1 changed files with 3 additions and 3 deletions
|
@ -163,9 +163,9 @@ to the clients.")
|
||||||
(supported-systems '("x86_64-linux" "i686-linux"))
|
(supported-systems '("x86_64-linux" "i686-linux"))
|
||||||
(synopsis "Assembler for x86 processors")
|
(synopsis "Assembler for x86 processors")
|
||||||
(description
|
(description
|
||||||
"FASM is a assembler that supports x86, and IA-64 Intel architectures.
|
"FASM is an assembler that supports x86 and IA-64 Intel architectures.
|
||||||
It does multiple passes to optimize machine code.It have macro abilities and
|
It does multiple passes to optimize machine code. It has macro abilities and
|
||||||
focus on operating system portability.")
|
focuses on operating system portability.")
|
||||||
(home-page "https://flatassembler.net/")
|
(home-page "https://flatassembler.net/")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue