about summary refs log tree commit diff
path: root/pkgs/tools/text/mawk/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/mawk/default.nix')
-rw-r--r--pkgs/tools/text/mawk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/mawk/default.nix b/pkgs/tools/text/mawk/default.nix
index 06dcdcd8a9bab..7af3634051026 100644
--- a/pkgs/tools/text/mawk/default.nix
+++ b/pkgs/tools/text/mawk/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
     description = "Interpreter for the AWK Programming Language";
     mainProgram = "mawk";
     homepage = "https://invisible-island.net/mawk/mawk.html";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = with maintainers; [ ehmry ];
     platforms = with platforms; unix;
   };