about summary refs log tree commit diff
path: root/pkgs/tools/misc/bat
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-08-11 16:55:01 +0200
committerRaphael Megzari <raphael@megzari.com>2021-08-12 12:00:10 +0900
commit1f29c36fe842c2012b74c07a772d17c4620e03b6 (patch)
tree81cdd93e92b5de0a0567c612d6571a493d7e3682 /pkgs/tools/misc/bat
parent61fd76aabecc942b9b5f0b28e9d6e259dcdd0c6e (diff)
bat: add SuperSandro2000 as maintainer
Diffstat (limited to 'pkgs/tools/misc/bat')
-rw-r--r--pkgs/tools/misc/bat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/bat/default.nix b/pkgs/tools/misc/bat/default.nix
index 81b910117f17f..423f1abd8b562 100644
--- a/pkgs/tools/misc/bat/default.nix
+++ b/pkgs/tools/misc/bat/default.nix
@@ -48,6 +48,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/sharkdp/bat";
     changelog = "https://github.com/sharkdp/bat/raw/v${version}/CHANGELOG.md";
     license = with licenses; [ asl20 /* or */ mit ];
-    maintainers = with maintainers; [ dywedir lilyball zowoq ];
+    maintainers = with maintainers; [ dywedir lilyball zowoq SuperSandro2000 ];
   };
 }