app-admin/opentofu: update DESCRIPTION, LICENSE

Signed-off-by: sin-ack <sin-ack@protonmail.com>
This commit is contained in:
sin-ack
2023-12-26 16:42:14 +00:00
parent b462b91d36
commit 542268040c

View File

@@ -4,7 +4,7 @@
EAPI=8
inherit go-module
DESCRIPTION="A fork of Terraform that is open-source, community-driven, and managed by the Linux Foundation"
DESCRIPTION="A fork of Terraform that is open-source and community-driven"
HOMEPAGE="https://opentofu.org/"
MY_PV="${PV/_rc/-rc}"
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/opentofu/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.
https://github.com/sin-ack/opentofu-vendor/releases/download/v${MY_PV}/opentofu-v${MY_PV}-vendor.tar.gz"
# Main package is MPL-2.0. The rest is obtained with `go-licenses csv ./cmd/tofu'
LICENSE="MPL-2.0 Apache-2.0 BSD-2-Clause ISC MIT"
LICENSE="MPL-2.0 Apache-2.0 BSD-2 ISC MIT"
SLOT="0"
KEYWORDS="~amd64"