shfmt: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-08-04 18:38:46 +02:00
parent 60ad4b1594
commit 58b24cf4d2

View File

@@ -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;
};
}