summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/ripgrep/metadata.xml')
-rw-r--r--sys-apps/ripgrep/metadata.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/ripgrep/metadata.xml b/sys-apps/ripgrep/metadata.xml
index 7d0187bad759..476a08559a91 100644
--- a/sys-apps/ripgrep/metadata.xml
+++ b/sys-apps/ripgrep/metadata.xml
@@ -1,10 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
<longdescription lang="en">
- Line-oriented search tool that recursively searches your current directory for a regex pattern while respecting your gitignore rules.
- ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.
+ Line-oriented search tool that recursively searches your current
+ directory for a regex pattern while respecting your gitignore
+ rules. ripgrep is similar to other popular search tools like
+ The Silver Searcher, ack and grep.
</longdescription>
<upstream>
<remote-id type="github">BurntSushi/ripgrep</remote-id>