From 068d792fedbfb6f14b9f7bb52179a392e6886e52 Mon Sep 17 00:00:00 2001 From: Adam Washington Date: Wed, 21 Mar 2018 14:43:47 +0000 Subject: [PATCH] Fix typo in license for xhtml2pdf python package --- pkgs/development/python-modules/xhtml2pdf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/xhtml2pdf/default.nix b/pkgs/development/python-modules/xhtml2pdf/default.nix index 2d1112fe02e..51b00390dc2 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 ]; }; }