terraform: add meta

This commit is contained in:
Márton Boros 2016-08-22 16:22:29 +02:00
parent 1038c4f8e4
commit 71edc955b7

View File

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