How to unregister a library

Hi there,

There is a library I like to unregister from the PlatformIO library registry. What’s the procedure for this?

Thanks

Just paste here a link to library in our registry.

1 Like

Please unregister PlatformIO Registry
I renamed it to JsonLogger

thanks
-alan

No need to unregister. You changed name in manifest and PlatformIO Crawler handled that automatically.

Hi ivan,

we moved our repository to new location (library that kakopappa mentioned before):

  • added a new repo on git
  • changed repository/url & version info in library.json (old destination)
  • updated version in library.json (new destination)

Problem: library point’s to new location, but manifest isn’t updating. Seems that crawler still use the old manifest location.

old repo: https://github.com/sinricpro/SinricPro
new repo: GitHub - sinricpro/esp8266-esp32-sdk: Library for https://sinric.pro - simple way to connect your device to Alexa, Google Home, SmartThings and cloud
library: PlatformIO Registry

1 Like

Done! PlatformIO Registry

Thanks for using PlatformIO!

1 Like

Thank you for your support!