From 89df1d82878f2d8f50bc5ed2d53471083a0727cd Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 20 Dec 2023 11:53:07 +0000 Subject: [PATCH] Remove BluetoothCommunicatorExample (unmaintained since October 2022) (#430) - ref. #1 - `ERROR:awesome_lint.py: BluetoothCommunicatorExample: last updated -428 days, 1:29:55.248820 ago, older than 365 days` --- software/bluetoothcommunicatorexample.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 software/bluetoothcommunicatorexample.yml diff --git a/software/bluetoothcommunicatorexample.yml b/software/bluetoothcommunicatorexample.yml deleted file mode 100644 index eaffb40410..0000000000 --- a/software/bluetoothcommunicatorexample.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: BluetoothCommunicatorExample -website_url: https://github.com/niedev/BluetoothCommunicatorExample -description: Bluetooth LE chat app to communicate between android devices with P2P architecture. -licenses: - - Apache-2.0 -platforms: - - Java -tags: - - Communication - Custom Communication Systems -source_code_url: https://github.com/niedev/BluetoothCommunicatorExample -related_software_url: https://github.com/niedev/RTranslator -stargazers_count: 55 -updated_at: '2022-10-11' -archived: false