terraform: add meta
This commit is contained in:
parent
1038c4f8e4
commit
71edc955b7
|
@ -22,4 +22,10 @@ buildGoPackage rec {
|
|||
fi
|
||||
done
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tool for building, changing, and versioning infrastructure";
|
||||
homepage = "https://www.terraform.io/";
|
||||
license = licenses.mpl20;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue