about summary refs log tree commit diff
path: root/pkgs
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
parent60ad4b15945f1cc4437cc1764e1df10864a879e0 (diff)
shfmt: add license
see issue #43716
Diffstat (limited to 'pkgs')
-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 fe699b3559002..2ab568ba84167 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;
   };
 }