about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorSigmanificient2024-07-30 16:21:42 +0200
committerSigmanificient2024-07-30 16:26:22 +0200
commitaab1113d4ab7dd26923cdd6646000ca0f29cf755 (patch)
treef982fc185b2390a53c7bba246373bb120a13315f /doc
parentb6d7ec162c628c37f2519fc6b1476fd1ca9d9691 (diff)
treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.section.md2
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 = [ ];
   };
 }
 ```