diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-12 01:30:46 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-12 01:47:01 +0100 |
commit | efa6c35619dc7c05f54e48477abdcdd8d942c72b (patch) | |
tree | 5ed7803324a25ddc73bbb3ba8ced810171e7d6e2 /dev-lang/crystal | |
parent | dev-lang/crystal: bump to 1.7.2 (diff) | |
download | gentoo-efa6c35619dc7c05f54e48477abdcdd8d942c72b.tar.gz gentoo-efa6c35619dc7c05f54e48477abdcdd8d942c72b.tar.bz2 gentoo-efa6c35619dc7c05f54e48477abdcdd8d942c72b.zip |
dev-lang/crystal: update metadata; take up maintainership
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/crystal')
-rw-r--r-- | dev-lang/crystal/metadata.xml | 31 |
1 files 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>xgqt@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> |