summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-09-11 09:55:31 +0200
committerUlrich Müller <ulm@gentoo.org>2021-09-11 15:22:48 +0200
commit38b155fa1bf907617067c98eb4ba3a5d0790eb1a (patch)
treef62f8b9e35bd6b0699a6cd9f0611147c2d8e1ddd /dev-libs/libverto/metadata.xml
parentgui-libs/gtk: fix missing icon cache update with USE=examples (diff)
downloadgentoo-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.xml2
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">