mbakke pushed a commit to branch master
in repository guix.

commit 1d7fbe09473fb4bf1c3186b79a0db5ae001f3b9e
Author: Marius Bakke <[email protected]>
Date:   Thu Jan 3 02:17:39 2019 +0100

    gnu: nasm: Update license.
    
    * gnu/packages/assembly.scm (nasm)[license]: Change to BSD-2.
---
 gnu/packages/assembly.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 1891cec..9b8ef56 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

Reply via email to