aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/text/shfmt
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-06-08 13:24:37 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-06-08 13:25:32 +1000
commit794e0f7ca4d07740a1261f36bbec9f07ff5bdd69 (patch)
tree781e50f467527f44bb70a6115ea816be206c468d /pkgs/tools/text/shfmt
parent72fb771de98144395b742488ad8d3c63d0713329 (diff)
shfmt: add maintainer
Diffstat (limited to 'pkgs/tools/text/shfmt')
-rw-r--r--pkgs/tools/text/shfmt/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/text/shfmt/default.nix b/pkgs/tools/text/shfmt/default.nix
index ab96392a95d0..251f6224b403 100644
--- a/pkgs/tools/text/shfmt/default.nix
+++ b/pkgs/tools/text/shfmt/default.nix
@@ -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 ];
};
-} \ No newline at end of file
+}