From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- dev-libs/libverto/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-libs/libverto') diff --git a/dev-libs/libverto/metadata.xml b/dev-libs/libverto/metadata.xml index be9b560036fc..d8b78ec96920 100644 --- a/dev-libs/libverto/metadata.xml +++ b/dev-libs/libverto/metadata.xml @@ -1,5 +1,5 @@ - + Many applications and libraries are unable to write asynchronous code because they are unable to pick an event loop. This is particularly true of libraries who want to be useful to many applications who use loops that do not integrate with one another or which use home-grown loops. libverto provides a loop-neutral async api which allows the library to expose asynchronous interfaces and offload the choice of the main loop to the application. -- cgit v1.2.3-65-gdbad