summary refs log tree commit diff
path: root/pkgs/tools/text/shfmt
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-08 21:05:12 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-10 23:52:32 +0100
commit3ebace1a8f8a6cfe8174cfce021c0ba7c1b29591 (patch)
tree9cd9f1e53fe7c3d52e4f3c2d48ee79d5770f8424 /pkgs/tools/text/shfmt
parentbabf859184dfdea20946eeabf8ff6bd5ae28bca0 (diff)
downloadnixpkgs-3ebace1a8f8a6cfe8174cfce021c0ba7c1b29591.tar
nixpkgs-3ebace1a8f8a6cfe8174cfce021c0ba7c1b29591.tar.gz
nixpkgs-3ebace1a8f8a6cfe8174cfce021c0ba7c1b29591.tar.bz2
nixpkgs-3ebace1a8f8a6cfe8174cfce021c0ba7c1b29591.tar.lz
nixpkgs-3ebace1a8f8a6cfe8174cfce021c0ba7c1b29591.tar.xz
nixpkgs-3ebace1a8f8a6cfe8174cfce021c0ba7c1b29591.tar.zst
nixpkgs-3ebace1a8f8a6cfe8174cfce021c0ba7c1b29591.zip
shfmt: add SuperSandro2000 as maintainer
Diffstat (limited to 'pkgs/tools/text/shfmt')
-rw-r--r--pkgs/tools/text/shfmt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/shfmt/default.nix b/pkgs/tools/text/shfmt/default.nix
index 85600ff54cf..c6ab5ff9c73 100644
--- a/pkgs/tools/text/shfmt/default.nix
+++ b/pkgs/tools/text/shfmt/default.nix
@@ -32,6 +32,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 ];
+    maintainers = with maintainers; [ zowoq SuperSandro2000 ];
   };
 }