diff options
-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 c80b8af329..40e40e8f93 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -111,4 +111,4 @@ run-time. Thus, it is useful in creating Just-In-Time compilers. It abstracts over the target CPU by exposing a standardized RISC instruction set to the clients.") (home-page "http://www.gnu.org/software/lightning/") - (license gpl3+))) + (license license:gpl3+))) |