gnu: nasm: Update license.
* gnu/packages/assembly.scm (nasm)[license]: Change to BSD-2.
This commit is contained in:
parent
80459f5a21
commit
1d7fbe0947
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Windows32 and Windows64. It will also output plain binary files. Its syntax
|
||||||
is designed to be simple and easy to understand, similar to Intel's but less
|
is designed to be simple and easy to understand, similar to Intel's but less
|
||||||
complex. It supports all currently known x86 architectural extensions, and
|
complex. It supports all currently known x86 architectural extensions, and
|
||||||
has strong support for macros.")
|
has strong support for macros.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public yasm
|
(define-public yasm
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue