Unverified Commit 94c4dbe7 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

pythonPackages.cpe: replace lgpl3Only to lgpl3Plus (#391901)

parents 0e9b3c35 6d16730d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    changelog = "https://github.com/nilp0inter/cpe/releases/tag/v${version}";
    description = "Common platform enumeration for python";
    homepage = "https://github.com/nilp0inter/cpe";
    license = lib.licenses.lgpl3Only;
    license = lib.licenses.lgpl3Plus;
    maintainers = with lib.maintainers; [ tochiaha ];
  };
}