Merge pull request #108523 from SuperSandro2000/bluepy

This commit is contained in:
Sandro
2021-01-05 23:25:56 +01:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
description = "Python interface to Bluetooth LE on Linux";
homepage = "https://github.com/IanHarvey/bluepy";
maintainers = with maintainers; [ georgewhewell ];
platforms = platforms.linux;
license = licenses.gpl2;
};
}