diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-05-31 11:36:17 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-05-31 11:36:17 +0200 |
commit | 40e3bca1149abc1bc1c8152adae72691570cd284 (patch) | |
tree | 159509a1bc7ee3fd8d2e07ff2263bfbc30f087f5 /app-emulation/img | |
parent | app-emulation/img: Initial version (diff) | |
download | gentoo-40e3bca1149abc1bc1c8152adae72691570cd284.tar.gz gentoo-40e3bca1149abc1bc1c8152adae72691570cd284.tar.bz2 gentoo-40e3bca1149abc1bc1c8152adae72691570cd284.zip |
app-emulation/img: Fix HOMEPAGE, License, DESC
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-emulation/img')
-rw-r--r-- | app-emulation/img/img-0.3.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/img/img-0.3.6.ebuild b/app-emulation/img/img-0.3.6.ebuild index 9ebadf2113aa..661f99352151 100644 --- a/app-emulation/img/img-0.3.6.ebuild +++ b/app-emulation/img/img-0.3.6.ebuild @@ -10,10 +10,10 @@ GIT_COMMIT="e4a43d044778e3df56e0de3c6ca00706fcca8b50" ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" -DESCRIPTION="Tool to move from docker-compose to Kubernetes" -HOMEPAGE="https://github.com/kubernetes/kompose https://kompose.io" +DESCRIPTION="Standalone daemon-less unprivileged Dockerfile and OCI container image builder" +HOMEPAGE="https://github.com/genuinetools/img" SRC_URI="${ARCHIVE_URI}" -LICENSE="Apache-2.0" +LICENSE="MIT" SLOT="0" IUSE="seccomp" |