nckx pushed a commit to branch master
in repository guix.

commit df5a358f67e729116e8176b8489092cd9e499bf5
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Feb 12 01:00:04 2023 +0100

    licenses: Update NPSL (nmap licence).
    
    The previous URL does not resolve.  The new URL contains an updated
    licence text (version 0.95 at time of this commit) that is strictly less
    worse than previous versions, and applies retroactively to older nmaps:
    
      “Versions of Nmap released under previous versions of the NPSL may
       also be used under the NPSL 0.95 terms.”
         -- <https://nmap.org/changelog>
    
    * guix/licenses.scm (nmap): Update.
---
 guix/licenses.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 632c9174df..f7df5826bf 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -613,7 +613,7 @@ at URI, which may be a file:// URI pointing the package's 
tree."
 
 (define nmap
   (license "Nmap license"
-           "https://svn.nmap.org/nmap/COPYING";
+           "https://svn.nmap.org/nmap/LICENSE";
            "https://fedoraproject.org/wiki/Licensing/Nmap";))
 
 (define ogl-psi1.0

Reply via email to