Hi, On Sun, 28 Dec 2025 16:45:14 +0500 Masood Ahmed via Chicken-users <[email protected]> wrote:
> I have created a new egg called 'dotenv' which provides a simple > (load-dotenv) function to load environment variables > from .env files. > > I would like to request this egg be added to the official coop. > > Release-info: > https://raw.githubusercontent.com/masoodrb/dotenv/main/dotenv.release-info⚠️ > Documentation: > https://github.com/masoodrb/dotenv/blob/main/dotenv.wiki⚠️ Thanks. The .release-info file doesn't seem to be correct. That prevents the egg from being cached in egg servers. The correct form is `release' (you have `releases'). See https://wiki.call-cc.org/distributed-egg-repos#release-info-file for more information on .release-info files. See also https://wiki.call-cc.org/eggs%20tutorial#testing-your-extension for instructions on how to test your egg before releasing it. All the best. Mario -- https://parenteses.org/mario
