Add references back
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
b9f2cdd931
commit
e101e89719
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue