diff options
| author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-01-10 17:43:31 +0100 | 
|---|---|---|
| committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-01-10 17:43:31 +0100 | 
| commit | 2dba37e27a75c4a8ffac324d419c020f1b900d66 (patch) | |
| tree | 27039130123b1dc680f6bf42e5f33924ba90e9ba /gnu | |
| parent | 86fec62f0920d619b798639cbb728e9765ebd724 (diff) | |
Revert "gnu: nmap: Update license."
This reverts commit 2323a7120a0f3ed96fedfff42e86c0aee97995c0.
The new license has been deemed non-free by Fedora [1] and there has not yet
been a statement by the FSF claiming otherwise.  See also [2].
[1] https://github.com/nmap/nmap/issues/2199
[2] https://lists.gnu.org/archive/html/guix-devel/2020-10/msg00227.html
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/admin.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index f43daf1e02..23acab2110 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2696,7 +2696,7 @@ advanced netcat implementation (ncat), a utility for comparing scan  results (ndiff), and a packet generation and response analysis tool (nping).")      ;; This package uses nmap's bundled versions of libdnet and liblinear, which      ;; both use a 3-clause BSD license. -    (license (list license:npsl license:bsd-3)))) +    (license (list license:nmap license:bsd-3))))  (define-public dstat    (package | 
