summary refs log tree commit diff
path: root/pkgs/tools/text
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
parent60ad4b15945f1cc4437cc1764e1df10864a879e0 (diff)
downloadnixlib-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar
nixlib-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar.gz
nixlib-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar.bz2
nixlib-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar.lz
nixlib-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar.xz
nixlib-58b24cf4d25db93c9ef8c59125656ff062b67dee.tar.zst
nixlib-58b24cf4d25db93c9ef8c59125656ff062b67dee.zip
shfmt: add license
see issue #43716
Diffstat (limited to 'pkgs/tools/text')
-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 fe699b355900..2ab568ba8416 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;
   };
 }