lol

python313Packages.freebox-api: refactor

+3 -5
+3 -5
pkgs/development/python-modules/freebox-api/default.nix
··· 23 23 hash = "sha256-piPC3F63Yqk1rYPYyIoEHSpC8TS4HyIVa8XbQlAgcqA="; 24 24 }; 25 25 26 - build-system = [ 27 - poetry-core 28 - ]; 26 + build-system = [ poetry-core ]; 29 27 30 28 pythonRelaxDeps = [ "urllib3" ]; 31 29 ··· 40 38 41 39 meta = with lib; { 42 40 description = "Python module to interact with the Freebox OS API"; 43 - mainProgram = "freebox_api"; 44 41 homepage = "https://github.com/hacf-fr/freebox-api"; 45 42 changelog = "https://github.com/hacf-fr/freebox-api/releases/tag/v${version}"; 46 - license = with licenses; [ gpl3Only ]; 43 + license = licenses.gpl3Only; 47 44 maintainers = with maintainers; [ fab ]; 45 + mainProgram = "freebox_api"; 48 46 }; 49 47 }