Unverified Commit 27940f0b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

infisicalsdk: update license (#446554)

parents a5309fcd b55ea32f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ python3Packages.buildPythonPackage rec {
  meta = {
    homepage = "https://github.com/Infisical/python-sdk-official";
    description = "Infisical Python SDK";
    license = lib.licenses.unfree;
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ artur-sannikov ];
  };
}