gnu: nasm: Update license.

* gnu/packages/assembly.scm (nasm)[license]: Change to BSD-2.
This commit is contained in:
Marius Bakke 2019-01-03 02:17:39 +01:00
parent 80459f5a21
commit 1d7fbe0947
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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
complex. It supports all currently known x86 architectural extensions, and
has strong support for macros.")
(license license:bsd-3)))
(license license:bsd-2)))
(define-public yasm
(package