diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-01-03 02:17:39 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-01-13 01:25:16 +0100 |
commit | 1d7fbe09473fb4bf1c3186b79a0db5ae001f3b9e (patch) | |
tree | 00a09df76c8bdb834b44569d8cc69e3cfe1cea07 /gnu/packages/assembly.scm | |
parent | 80459f5a217fc169937bd28b84f7ecf3dcfb30e1 (diff) | |
download | patches-1d7fbe09473fb4bf1c3186b79a0db5ae001f3b9e.tar patches-1d7fbe09473fb4bf1c3186b79a0db5ae001f3b9e.tar.gz |
gnu: nasm: Update license.
* gnu/packages/assembly.scm (nasm)[license]: Change to BSD-2.
Diffstat (limited to 'gnu/packages/assembly.scm')
-rw-r--r-- | gnu/packages/assembly.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index 1891cec452..9b8ef562d3 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -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 |