www-servers/puma: fix metadata indentation
authorHans de Graaff <graaff@gentoo.org>
Tue, 21 Nov 2017 05:41:24 +0000 (06:41 +0100)
committerHans de Graaff <graaff@gentoo.org>
Tue, 21 Nov 2017 05:41:24 +0000 (06:41 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

www-servers/puma/metadata.xml

index aa7df3539e92f3a7ecd88e20fe5011432c5251d0..48a67572fe72a59d5c3ee4b1db1f73cc13e9cd97 100644 (file)
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-       <maintainer type="project">
-               <email>ruby@gentoo.org</email>
-               <name>Gentoo Ruby Project</name>
-       </maintainer>
-       <longdescription>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <longdescription>
     Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1
     server for Ruby/Rack applications. Puma is intended for use in
     both development and production environments. In order to get the
     best throughput, it is highly recommended that you use a Ruby
     implementation with real threads like Rubinius or JRuby.
   </longdescription>
-       <upstream>
-               <remote-id type="github">puma/puma</remote-id>
-       </upstream>
+  <upstream>
+    <remote-id type="github">puma/puma</remote-id>
+  </upstream>
 </pkgmetadata>