Edouard Klein writes: > * gnu/packages/python-web.scm (python-random-user-agent): New variable. Thanks! A few cosmetic comments: > + (home-page > + "https://github.com/Luqman-Ud-Din/random_user_agent") This line break is unnecessary. > + (synopsis > + "Random user agents based on filters provided by the user") I shortened this to "List of user agents". > + (description > + "Provides list of user agents, from a collection of more than > + 326,000 user agents, based on filters.") And expanded on this a bit, to turn it into a full sentence and provide a little more context. Applied!