Merge pull request #108523 from SuperSandro2000/bluepy

This commit is contained in:
Sandro
2021-01-05 23:25:56 +01:00
committed by GitHub
@@ -29,7 +29,7 @@ buildPythonPackage rec {
description = "Python interface to Bluetooth LE on Linux"; description = "Python interface to Bluetooth LE on Linux";
homepage = "https://github.com/IanHarvey/bluepy"; homepage = "https://github.com/IanHarvey/bluepy";
maintainers = with maintainers; [ georgewhewell ]; maintainers = with maintainers; [ georgewhewell ];
platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;
}; };
} }