1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 17:42:45 +00:00

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
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

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