summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/development/python-modules/xhtml2pdf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/xhtml2pdf/default.nix b/pkgs/development/python-modules/xhtml2pdf/default.nix
index 2d1112fe02e4..51b00390dc27 100644
--- a/pkgs/development/python-modules/xhtml2pdf/default.nix
+++ b/pkgs/development/python-modules/xhtml2pdf/default.nix
@@ -27,7 +27,7 @@ buildPythonPackage rec {
   meta = {
     description = "A pdf converter for the ReportLab Toolkit";
     homepage = https://github.com/xhtml2pdf/xhtml2pdf;
-    license = lib.licenses.asl2;
+    license = lib.licenses.asl20;
     maintainers = with lib.maintainers; [ rprospero ];
   };
 }