about summary refs log tree commit diff
path: root/pkgs/tools/misc/latex2html/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/latex2html/default.nix')
-rw-r--r--pkgs/tools/misc/latex2html/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/latex2html/default.nix b/pkgs/tools/misc/latex2html/default.nix
index f3cca8872b238..9f0aed7fb4241 100644
--- a/pkgs/tools/misc/latex2html/default.nix
+++ b/pkgs/tools/misc/latex2html/default.nix
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
 
     homepage = "https://www.ctan.org/pkg/latex2html";
 
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     platforms = with platforms; linux ++ darwin;
     maintainers = with maintainers; [ yurrriq ];
   };