diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-09-11 09:55:31 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-09-11 15:22:48 +0200 |
commit | 38b155fa1bf907617067c98eb4ba3a5d0790eb1a (patch) | |
tree | f62f8b9e35bd6b0699a6cd9f0611147c2d8e1ddd /dev-libs/libverto/metadata.xml | |
parent | gui-libs/gtk: fix missing icon cache update with USE=examples (diff) | |
download | gentoo-38b155fa1bf907617067c98eb4ba3a5d0790eb1a.tar.gz gentoo-38b155fa1bf907617067c98eb4ba3a5d0790eb1a.tar.bz2 gentoo-38b155fa1bf907617067c98eb4ba3a5d0790eb1a.zip |
**/metadata.xml: Replace http by https in DOCTYPE element
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-libs/libverto/metadata.xml')
-rw-r--r-- | dev-libs/libverto/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libverto/metadata.xml b/dev-libs/libverto/metadata.xml index 24304b1cca36..8e90132b3959 100644 --- a/dev-libs/libverto/metadata.xml +++ b/dev-libs/libverto/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <longdescription lang="en">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.</longdescription> <maintainer type="person"> |