diff options
| author | Vladimír Čunát <v@cunat.cz> | 2025-12-12 18:29:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-12 18:29:19 +0100 |
| commit | 59a988f70b59e3feda537607ab422e5e0d74c53c (patch) | |
| tree | a7d5df08252b0742437a456563773934cc422378 /pkgs/development/python-modules/python-ev3dev2 | |
| parent | 9b85faabe84079e8b558494809375a685608cdf8 (diff) | |
| parent | b5760f5914a6623482903a52b6cf79f14d1169b9 (diff) | |
Merge branch 'master' into knot-resolver-eval
Diffstat (limited to 'pkgs/development/python-modules/python-ev3dev2')
| -rw-r--r-- | pkgs/development/python-modules/python-ev3dev2/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-ev3dev2/default.nix b/pkgs/development/python-modules/python-ev3dev2/default.nix index dc185aced7d1..67a039644f6b 100644 --- a/pkgs/development/python-modules/python-ev3dev2/default.nix +++ b/pkgs/development/python-modules/python-ev3dev2/default.nix @@ -30,10 +30,10 @@ buildPythonPackage rec { ${python.interpreter} -W ignore::ResourceWarning tests/api_tests.py ''; - meta = with lib; { + meta = { description = "Python language bindings for ev3dev"; homepage = "https://github.com/ev3dev/ev3dev-lang-python"; - license = with licenses; [ mit ]; - maintainers = with maintainers; [ emilytrau ]; + license = with lib.licenses; [ mit ]; + maintainers = with lib.maintainers; [ emilytrau ]; }; } |
