Commit 7289c271 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.githubkit: fix typo

parent c067e500
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ buildPythonPackage rec {
      --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" ""
  '';

  build-systems = [
  build-system = [
    poetry-core
    pythonRelaxDepsHook
  ];