Merge pull request #89784 from zowoq/add-maintainer
various packages: add myself as maintainer
This commit is contained in:
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
|
||||
homepage = "https://github.com/BurntSushi/ripgrep";
|
||||
license = with licenses; [ unlicense /* or */ mit ];
|
||||
maintainers = with maintainers; [ tailhook globin ma27 ];
|
||||
maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,5 +24,6 @@ buildGoModule rec {
|
||||
You can feed it standard input, any number of files or any number of directories to recurse into.
|
||||
'';
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ zowoq ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user