dev-python/uvloop: [QA] Indent metadata.xml consistently.
authorUlrich Müller <ulm@gentoo.org>
Sat, 14 Oct 2017 08:54:23 +0000 (10:54 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sat, 14 Oct 2017 09:45:13 +0000 (11:45 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

dev-python/uvloop/metadata.xml

index d7bbdfbdabf2e1821ea98e6d373f3f57d929c21b..5b546cf7d7a5f4b1ecbf0656877165c35e9f9efc 100644 (file)
@@ -1,17 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-       <maintainer type="person">
-               <email>elvis@magic.io</email>
-               <name>Elvis Pranskevichus</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>proxy-maint@gentoo.org</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <longdescription>uvloop is a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood.</longdescription>
-       <upstream>
-      <remote-id type="pypi">uvloop</remote-id>
-      <remote-id type="github">MagicStack/uvloop</remote-id>
-    </upstream>
+  <maintainer type="person">
+    <email>elvis@magic.io</email>
+    <name>Elvis Pranskevichus</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <longdescription>
+    uvloop is a fast, drop-in replacement of the built-in asyncio
+    event loop. uvloop is implemented in Cython and uses libuv under
+    the hood.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">uvloop</remote-id>
+    <remote-id type="github">MagicStack/uvloop</remote-id>
+  </upstream>
 </pkgmetadata>