Merge pull request #108523 from SuperSandro2000/bluepy

This commit is contained in:
Sandro 2021-01-05 23:25:56 +01:00 committed by GitHub
commit c1cc0f5b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};
}