From 80acc82f4a5beb39b4a3019b31919739c711c0c8 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sun, 23 Oct 2016 20:10:34 +0200 Subject: [PATCH] pythonPackages.packaging: fix meta.license See 8fc81acc8a84000d88663cc0d70644158afa7704 cc @bennofs --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 6b24a12051b..e1cfb24d143 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -30732,7 +30732,7 @@ in modules // { meta = with pkgs.stdenv.lib; { description = "Core utilities for Python packages"; homepage = "https://github.com/pypa/packaging"; - license = [ licenses.bsd2 licenses.asl2 ]; + license = [ licenses.bsd2 licenses.asl20 ]; maintainers = with maintainers; [ bennofs ]; }; };