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
This commit is contained in:
Maxim Cournoyer 2025-04-09 13:59:56 +09:00
parent 143faecec3
commit 37c055119a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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