diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-04-09 13:59:56 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-04-14 10:34:51 +0900 |
commit | 37c055119a603a470ab002a35349ba7fc1b391cd (patch) | |
tree | a59d9fd47b2cb2d68861503fc56a1c3f5a97bb7f | |
parent | 143faecec3c81e4c7325430a6e759b1619eb406f (diff) | |
download | guix-37c055119a603a470ab002a35349ba7fc1b391cd.tar.gz guix-37c055119a603a470ab002a35349ba7fc1b391cd.zip |
gnu: asm6f: Update license.
* gnu/packages/assembly.scm (asm6f) [license]: Update comment and file
pointer (a new LICENSE.txt file was added).
Change-Id: I26abf4ceb1e86447bbfd72a24d6672ae69f7c6f0
-rw-r--r-- | gnu/packages/assembly.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index ca5ad63e0f..d80c29ed46 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -166,11 +166,9 @@ development. @item Support for @code{a:} prefix to force absolute addressing for zero-page addresses. @end itemize") - ;; The "license" reads: "This is free software. You may use, modify, and - ;; / or redistribute any part of this software in any fashion." A more - ;; explicit license clarification has been requested (see: - ;; https://github.com/freem/asm6f/issues/59). - (license (license:non-copyleft "file://readme-original.txt")))) + ;; The license text reads: "This is free software. You may use, modify, + ;; and / or redistribute any part of this software in any fashion." + (license (license:non-copyleft "LICENSE.txt")))) (define-public nasm (package |