From fda12d811a7338819f7ace7374c73a4222c12493 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sun, 23 Oct 2016 20:34:53 +0200 Subject: [PATCH] pythonPackages.uWSGI: fix meta.license 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 8016ed366478..df5c4355dde6 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -30771,7 +30771,7 @@ in modules // { meta = with pkgs.stdenv.lib; { description = "The uWSGI server"; homepage = "https://uwsgi-docs.readthedocs.io/en/latest/"; - license = licenses.gplv2; + license = licenses.gpl2; maintainers = with maintainers; [ bennofs ]; }; };