python311Packages.githubkit: fix typo

This commit is contained in:
Fabian Affolter 2024-03-27 09:06:37 +01:00
parent c067e500c2
commit 7289c271eb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ buildPythonPackage rec {
--replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" ""
'';
build-systems = [
build-system = [
poetry-core
pythonRelaxDepsHook
];