summary refs log tree commit diff
path: root/pkgs/tools/text/shfmt
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-08-04 18:38:46 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-08-04 18:38:46 +0200
commit58b24cf4d25db93c9ef8c59125656ff062b67dee (patch)
tree58a59efb05f2fb870218c8320004f456cb360820 /pkgs/tools/text/shfmt
parent60ad4b15945f1cc4437cc1764e1df10864a879e0 (diff)
downloadnixpkgs-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar
nixpkgs-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar.gz
nixpkgs-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar.bz2
nixpkgs-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar.lz
nixpkgs-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar.xz
nixpkgs-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar.zst
nixpkgs-58b24cf4d25db93c9ef8c59125656ff062b67dee.zip
shfmt: add license
see issue #43716
Diffstat (limited to 'pkgs/tools/text/shfmt')
-rw-r--r--pkgs/tools/text/shfmt/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/shfmt/default.nix b/pkgs/tools/text/shfmt/default.nix
index fe699b35590..2ab568ba841 100644
--- a/pkgs/tools/text/shfmt/default.nix
+++ b/pkgs/tools/text/shfmt/default.nix
@@ -21,5 +21,6 @@ buildGoPackage rec {
       shfmt formats shell programs. It can use tabs or any number of spaces to indent.
       You can feed it standard input, any number of files or any number of directories to recurse into.
     '';
+    license = licenses.bsd3;
   };
 }