diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-02-12 01:00:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-02-12 01:00:00 +0100 |
commit | df5a358f67e729116e8176b8489092cd9e499bf5 (patch) | |
tree | 50f3bcf180fb3d22860a6fd3a2bbc285504489fa /guix | |
parent | 8d8e1438ae5a2e50005b500dacd0a26be540fe69 (diff) |
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.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/licenses.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |