commit:     efa6c35619dc7c05f54e48477abdcdd8d942c72b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 00:30:46 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 00:47:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa6c356

dev-lang/crystal: update metadata; take up maintainership

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/crystal/metadata.xml | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/dev-lang/crystal/metadata.xml b/dev-lang/crystal/metadata.xml
index f77c85d20694..e07ed6579205 100644
--- a/dev-lang/crystal/metadata.xml
+++ b/dev-lang/crystal/metadata.xml
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+
 <pkgmetadata>
-       <!-- maintainer-needed -->
-       <longdescription lang="en">
-               Crystal is a programming language that resembles Ruby but 
compiles to
-               native code and tries to be much more efficient, at the cost of
-               disallowing certain dynamic aspects of Ruby.
-       </longdescription>
-       <use>
-               <flag name="debug">
-                       Build each module as a separate object file. Speeds 
build up.
-               </flag>
-       </use>
-       <upstream>
-               <remote-id type="github">crystal-lang/crystal</remote-id>
-       </upstream>
+  <maintainer type="person">
+    <email>x...@gentoo.org</email>
+    <name>Maciej Barć</name>
+  </maintainer>
+  <longdescription lang="en">
+    Crystal is a programming language that resembles Ruby but compiles to
+    native code and tries to be much more efficient, at the cost of disallowing
+    certain dynamic aspects of Ruby.
+  </longdescription>
+  <use>
+    <flag name="debug">Build each module as a separate object file. Speeds 
build up.</flag>
+  </use>
+  <upstream>
+    <bugs-to>https://github.com/crystal-lang/crystal/issues/</bugs-to>
+    <remote-id type="github">crystal-lang/crystal</remote-id>
+  </upstream>
 </pkgmetadata>

Reply via email to