diff options
author | Sigmanificient | 2024-07-30 16:21:42 +0200 |
---|---|---|
committer | Sigmanificient | 2024-07-30 16:26:22 +0200 |
commit | aab1113d4ab7dd26923cdd6646000ca0f29cf755 (patch) | |
tree | f982fc185b2390a53c7bba246373bb120a13315f /doc | |
parent | b6d7ec162c628c37f2519fc6b1476fd1ca9d9691 (diff) |
treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/languages-frameworks/rust.section.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md index 38771ca81b13..a54ea6efa4f4 100644 --- a/doc/languages-frameworks/rust.section.md +++ b/doc/languages-frameworks/rust.section.md @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec { description = "Fast line-oriented regex search tool, similar to ag and ack"; homepage = "https://github.com/BurntSushi/ripgrep"; license = lib.licenses.unlicense; - maintainers = []; + maintainers = [ ]; }; } ``` |