Fixup description of ripgrep.
This commit is contained in:
parent
2bcdc8c913
commit
e0e1bdc25c
@ -16,7 +16,7 @@ buildRustPackage rec {
|
|||||||
depsSha256 = "10f7pkgaxwizl7kzhkry7wx1rgm9wsybwkk92myc29s7sqir2mx4";
|
depsSha256 = "10f7pkgaxwizl7kzhkry7wx1rgm9wsybwkk92myc29s7sqir2mx4";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An untility that combines the usability of The Silver Searcher with the raw speed of grep";
|
description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
|
||||||
homepage = https://github.com/BurntSushi/ripgrep;
|
homepage = https://github.com/BurntSushi/ripgrep;
|
||||||
license = with licenses; [ unlicense ];
|
license = with licenses; [ unlicense ];
|
||||||
maintainers = [ maintainers.tailhook ];
|
maintainers = [ maintainers.tailhook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user