From 6513fc1189287acc8a096459459f85fe7dbbc4a6 Mon Sep 17 00:00:00 2001 From: Per Tillisch Date: Tue, 8 Jul 2025 06:05:24 -0700 Subject: [PATCH] Remove github.com/VasilKalchev/RGBLED registration It seems that a compliant release of this library was never created, meaning that although there is a registry entry, the library is not actually listed in the libraries index. The registration occurred eight years ago and the repository has since either been deleted or made private, so a release of the library will never come. Thus, removing the registration will not cause any harm. The existence of this "ghost registration" is problematic because the duplicate name check system uses the libraries index. Since the library is not present there, the check doesn't see that the name "RGBLED" has already been registered and thus will allow registration of additional libraries with that name. In addition, its presence may cause confusion to the registry maintainers since we expect each registration to have a unique name. Since the registration of the library provides no benefit and causes harm, it is removed. --- registry.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/registry.txt b/registry.txt index fb3dae4a..a845ee0e 100644 --- a/registry.txt +++ b/registry.txt @@ -1098,7 +1098,6 @@ https://github.com/adafruit/Adafruit_SPIFlash.git|Contributed|Adafruit SPIFlash https://github.com/AntoIOT/anto-esp8266-arduino.git|Contributed|anto-esp8266-arduino https://github.com/hedrickbt/MillaMilla_DS7505_Library.git|Contributed|MillaMilla DS7505 Library https://github.com/thexeno/DS1307-Emulator-Arduino-Library.git|Contributed|DS1307 Emulator -https://github.com/VasilKalchev/RGBLED.git|Contributed|RGBLED https://github.com/JoaquimFlavio/GuaraTeca_Menu.git|Contributed|GuaraTeca_Menu https://github.com/jmparatte/jm_LiquidCrystal_I2C.git|Contributed|jm_LiquidCrystal_I2C https://github.com/JoaquimFlavio/GuaraTeca_Hardware.git|Contributed|GuaraTeca_Hardware