From e101e8971925b8c2660bf4a462a02e16cb26589d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 5 May 2019 09:50:24 +0200 Subject: [PATCH] Add references back Signed-off-by: Igor Gnatenko --- ripgrep.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ripgrep.yaml b/ripgrep.yaml index 5ac2eb2..07f4d23 100644 --- a/ripgrep.yaml +++ b/ripgrep.yaml @@ -1,9 +1,9 @@ document: modulemd version: 2 data: - summary: Line oriented search tool using Rusts regex library + summary: Line oriented search tool using Rust's regex library description: |- - Line oriented search tool using Rusts regex library. + Line oriented search tool using Rust's regex library. Combines the raw performance of grep with the usability of the silver searcher. license: module: [MIT] @@ -13,6 +13,10 @@ data: rust: [stable] requires: platform: [] + references: + community: https://github.com/BurntSushi/ripgrep + documentation: https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md + tracker: https://github.com/BurntSushi/ripgrep/issues api: rpms: - ripgrep